From a6c4cae4b65b68f9ff851d45561becd864d76ae7 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 3 Oct 2023 13:10:42 -0400 Subject: [PATCH] Remove obsolete stuff --- LEGO1/mxomni.h | 1 - dx5sdk/.gitignore | 5 ----- 2 files changed, 6 deletions(-) delete mode 100644 dx5sdk/.gitignore diff --git a/LEGO1/mxomni.h b/LEGO1/mxomni.h index fff1f50b..a8fa9db8 100644 --- a/LEGO1/mxomni.h +++ b/LEGO1/mxomni.h @@ -58,7 +58,6 @@ class MxOmni : public MxCore MxVariableTable* GetVariableTable() const { return this->m_variableTable; } MxMusicManager* GetMusicManager() const { return this->m_musicManager; } MxEventManager* GetEventManager() const { return this->m_eventManager; } - MxAtomIdCounterSet* GetAtomIdCounterSet() const { return this->m_atomIdCounterSet; } protected: static MxOmni* g_instance; diff --git a/dx5sdk/.gitignore b/dx5sdk/.gitignore deleted file mode 100644 index a286f031..00000000 --- a/dx5sdk/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -inc/ -lib/ -samples/ -bin/ -readme.txt \ No newline at end of file