aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-10-22 17:45:39 (GMT)
committermarkt <markt>2007-10-22 17:45:39 (GMT)
commitc6a2605d76927eed881e4ff9df58a9ec600bf4a2 (patch)
tree468c356ffdad6893d4f4b312f847122b66c997ed /src/FbCommands.hh
parentf72633a0e0df146c4860b5b3940e9c3a2f7260b1 (diff)
downloadfluxbox-c6a2605d76927eed881e4ff9df58a9ec600bf4a2.zip
fluxbox-c6a2605d76927eed881e4ff9df58a9ec600bf4a2.tar.bz2
replaced ModKey with new key commands StartMoving and StartResizing
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);