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 ad938f10..e52c34f4 100644
--- a/otk/label.hh
+++ b/otk/label.hh
@@ -3,7 +3,6 @@
#define __label_hh
#include "widget.hh"
-#include "font.hh"
namespace otk {
@@ -22,8 +21,6 @@ public:
virtual void setStyle(Style *style);
private:
- //! Object used by Xft to render to the drawable
- XftDraw *_xftdraw;
//! Text displayed in the label
ustring _text;
};