aboutsummaryrefslogtreecommitdiff
path: root/util/fbrun
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-03 20:42:24 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-03 20:42:24 (GMT)
commit63f9a1637f0b48d4ebc41c99db727826d6199e0d (patch)
treefa580a1fa9c19f10e9d9065d3d603e7cd0f29c71 /util/fbrun
parent60e97b968bcd712762c7ee30e350d63e4038fb63 (diff)
downloadfluxbox-63f9a1637f0b48d4ebc41c99db727826d6199e0d.zip
fluxbox-63f9a1637f0b48d4ebc41c99db727826d6199e0d.tar.bz2
Clean unused variables
Diffstat (limited to 'util/fbrun')
-rw-r--r--util/fbrun/FbRun.hh1
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 {
39public: 39public:
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; }