summaryrefslogtreecommitdiff
path: root/dw/ui.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-07-07 21:57:59 +0200
committerSebastian Geerken <devnull@localhost>2014-07-07 21:57:59 +0200
commit03352791c81970bd33dea4e75203f6e6978e0c92 (patch)
tree230f6ab3ec71c9033d6506cb0a0e2179d294e8b7 /dw/ui.hh
parent177695c2961956a12a1e7926458b713a4422f569 (diff)
Removed widget flag USES_HINTS.
Diffstat (limited to 'dw/ui.hh')
-rw-r--r--dw/ui.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/dw/ui.hh b/dw/ui.hh
index 14ca0bf4..98c90ed6 100644
--- a/dw/ui.hh
+++ b/dw/ui.hh
@@ -248,8 +248,6 @@ public:
Iterator *iterator (Content::Type mask, bool atEnd);
void setStyle (style::Style *style);
- inline void setUsesHints () { setFlags (USES_HINTS); }
-
inline Resource *getResource () { return resource; }
};