summaryrefslogtreecommitdiffstats
path: root/source/GroupManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/GroupManager.h')
-rw-r--r--source/GroupManager.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/source/GroupManager.h b/source/GroupManager.h
deleted file mode 100644
index d911f976c..000000000
--- a/source/GroupManager.h
+++ /dev/null
@@ -1,30 +0,0 @@
-
-#pragma once
-
-
-
-
-
-class cGroup;
-
-
-
-
-
-class cGroupManager
-{
-public:
- cGroup * GetGroup(const AString & a_Name);
-
-private:
- friend class cRoot;
- cGroupManager();
- ~cGroupManager();
-
- struct sGroupManagerState;
- sGroupManagerState * m_pState;
-} ;
-
-
-
-