]> git.tdb.fi Git - gldbg.git/blobdiff - source/commandinterpreter.h
Decouple the existing tools from the debugger core
[gldbg.git] / source / commandinterpreter.h
index 487abb232fcdfcd6e4cb79cc56214db0720b19cb..63245227844d0351c41959d26022d225787cb138 100644 (file)
@@ -1,7 +1,7 @@
 /* $Id$
 
 This file is part of gldbg
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
+Copyright © 2009-2010  Mikko Rasa, Mikkosoft Productions
 Distributed under the GPL
 */
 
@@ -84,11 +84,6 @@ private:
        void cmd_signal(const std::string &);
        void cmd_kill(const std::string &);
        void cmd_exit(const std::string &);
-       void cmd_trace(const std::string &);
-       void cmd_profile(const std::string &);
-       void cmd_state(const std::string &);
-       void cmd_texture(const std::string &);
-       void cmd_buffer(const std::string &);
 };
 
 #endif