summaryrefslogtreecommitdiff
path: root/otk/focuslabel.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/focuslabel.hh')
-rw-r--r--otk/focuslabel.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/otk/focuslabel.hh b/otk/focuslabel.hh
index ea21710a..c15876fe 100644
--- a/otk/focuslabel.hh
+++ b/otk/focuslabel.hh
@@ -16,13 +16,10 @@ public:
void setText(const std::string &text) { _text = text; _dirty = true; }
void update(void);
- int exposeHandler(const XExposeEvent &e);
- int configureHandler(const XConfigureEvent &e);
private:
std::string _text;
- bool _dirty;
};
}