diff options
author | Sebastian Geerken <devnull@localhost> | 2014-07-07 21:57:59 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-07-07 21:57:59 +0200 |
commit | 03352791c81970bd33dea4e75203f6e6978e0c92 (patch) | |
tree | 230f6ab3ec71c9033d6506cb0a0e2179d294e8b7 /dw/ui.hh | |
parent | 177695c2961956a12a1e7926458b713a4422f569 (diff) |
Removed widget flag USES_HINTS.
Diffstat (limited to 'dw/ui.hh')
-rw-r--r-- | dw/ui.hh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; } }; |