summaryrefslogtreecommitdiff
path: root/include/ctables.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ctables.h')
-rw-r--r--include/ctables.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/ctables.h b/include/ctables.h
index 4cb530e63..68244932d 100644
--- a/include/ctables.h
+++ b/include/ctables.h
@@ -214,10 +214,6 @@ class CoreExport Command : public classbase
virtual ~Command();
};
-class LocalUser;
-class RemoteUser;
-class FakeUser;
-
class CoreExport SplitCommand : public Command
{
public:
@@ -229,10 +225,6 @@ class CoreExport SplitCommand : public Command
virtual CmdResult HandleServer(const std::vector<std::string>& parameters, FakeUser* user);
};
-/** A hash of commands used by the core
- */
-typedef nspace::hash_map<std::string,Command*> Commandtable;
-
/** Shortcut macros for defining translation lists
*/
#define TRANSLATE1(x1) translation.push_back(x1);