diff options
author | Mathias Gumz <akira@fluxbox.org> | 2015-01-03 20:42:24 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2015-01-03 20:42:24 (GMT) |
commit | 63f9a1637f0b48d4ebc41c99db727826d6199e0d (patch) | |
tree | fa580a1fa9c19f10e9d9065d3d603e7cd0f29c71 /util | |
parent | 60e97b968bcd712762c7ee30e350d63e4038fb63 (diff) | |
download | fluxbox-63f9a1637f0b48d4ebc41c99db727826d6199e0d.zip fluxbox-63f9a1637f0b48d4ebc41c99db727826d6199e0d.tar.bz2 |
Clean unused variables
Diffstat (limited to 'util')
-rw-r--r-- | util/fbrun/FbRun.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/fbrun/FbRun.hh b/util/fbrun/FbRun.hh index 6ddbad0..5d678b0 100644 --- a/util/fbrun/FbRun.hh +++ b/util/fbrun/FbRun.hh | |||
@@ -39,7 +39,6 @@ class FbRun: public FbTk::TextBox { | |||
39 | public: | 39 | public: |
40 | FbRun(int x = 0, int y = 0, size_t width = 200); | 40 | FbRun(int x = 0, int y = 0, size_t width = 200); |
41 | ~FbRun(); | 41 | ~FbRun(); |
42 | void handleEvent(XEvent * const ev); | ||
43 | void setTitle(const std::string &title); | 42 | void setTitle(const std::string &title); |
44 | void resize(unsigned int width, unsigned int height); | 43 | void resize(unsigned int width, unsigned int height); |
45 | void setPrint(bool print) { m_print = print; } | 44 | void setPrint(bool print) { m_print = print; } |