summaryrefslogtreecommitdiff
path: root/otk/label.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/label.hh')
-rw-r--r--otk/label.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/otk/label.hh b/otk/label.hh
index 3bf397a6..7cfa23bf 100644
--- a/otk/label.hh
+++ b/otk/label.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;
};
}