aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-05-29 23:30:00 +0200
committerSebastian Geerken <devnull@localhost>2014-05-29 23:30:00 +0200
commitf9ce17839903ef10002f19a0c758dfeb828ae11a (patch)
treefd233d84a28d7214418624c548ad76ec6af39944 /dw/widget.hh
parente1b61ef1378520a68cb288b6b3c322f70f2a6a41 (diff)
Removed size hints.
Diffstat (limited to 'dw/widget.hh')
-rw-r--r--dw/widget.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/dw/widget.hh b/dw/widget.hh
index 792b1082..5abbf89a 100644
--- a/dw/widget.hh
+++ b/dw/widget.hh
@@ -409,10 +409,6 @@ public:
void sizeAllocate (Allocation *allocation);
int getAvailWidth ();
- virtual void setWidth (int width);
- virtual void setAscent (int ascent);
- virtual void setDescent (int descent);
-
virtual bool isBlockLevel ();
virtual bool isPossibleContainer ();