aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r--src/FbCommands.hh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh
index a049a7c..c563899 100644
--- a/src/FbCommands.hh
+++ b/src/FbCommands.hh
@@ -101,14 +101,6 @@ private:
101 std::string m_filename; 101 std::string m_filename;
102}; 102};
103 103
104class SetModKeyCmd: public FbTk::Command {
105public:
106 explicit SetModKeyCmd(const std::string& modkey);
107 void execute();
108private:
109 std::string m_modkey;
110};
111
112class KeyModeCmd: public FbTk::Command { 104class KeyModeCmd: public FbTk::Command {
113public: 105public:
114 explicit KeyModeCmd(const std::string &arguments); 106 explicit KeyModeCmd(const std::string &arguments);