diff options
author | fluxgen <fluxgen> | 2004-03-16 18:44:40 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-03-16 18:44:40 (GMT) |
commit | 526c8f5faa371ea199e20c3fb3f810f959986097 (patch) | |
tree | a6e37a97a20e94f1248eb3211906eba0acf4f4cd /src | |
parent | 2f8964d3e47e3a41f9091640d7a1cdc0d464c762 (diff) | |
download | fluxbox-526c8f5faa371ea199e20c3fb3f810f959986097.zip fluxbox-526c8f5faa371ea199e20c3fb3f810f959986097.tar.bz2 |
minor fix
Diffstat (limited to 'src')
-rw-r--r-- | src/FbCommands.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/FbCommands.hh b/src/FbCommands.hh index 2d1d5da..f65869e 100644 --- a/src/FbCommands.hh +++ b/src/FbCommands.hh | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbCommands.hh,v 1.17 2003/12/20 17:41:32 fluxgen Exp $ | 22 | // $Id: FbCommands.hh,v 1.18 2004/03/16 18:44:40 fluxgen Exp $ |
23 | 23 | ||
24 | // \file contains basic commands to restart, reconfigure, execute command and exit fluxbox | 24 | // \file contains basic commands to restart, reconfigure, execute command and exit fluxbox |
25 | 25 | ||
@@ -61,7 +61,6 @@ public: | |||
61 | void execute(); | 61 | void execute(); |
62 | private: | 62 | private: |
63 | std::string m_cmd; | 63 | std::string m_cmd; |
64 | const int m_screen_num; | ||
65 | }; | 64 | }; |
66 | 65 | ||
67 | /// reconfigures fluxbox | 66 | /// reconfigures fluxbox |