diff options
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; } |