diff options
Diffstat (limited to 'src/FbCommands.hh')
-rw-r--r-- | src/FbCommands.hh | 8 |
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 | ||
104 | class SetModKeyCmd: public FbTk::Command { | ||
105 | public: | ||
106 | explicit SetModKeyCmd(const std::string& modkey); | ||
107 | void execute(); | ||
108 | private: | ||
109 | std::string m_modkey; | ||
110 | }; | ||
111 | |||
112 | class KeyModeCmd: public FbTk::Command { | 104 | class KeyModeCmd: public FbTk::Command { |
113 | public: | 105 | public: |
114 | explicit KeyModeCmd(const std::string &arguments); | 106 | explicit KeyModeCmd(const std::string &arguments); |