aboutsummaryrefslogtreecommitdiff
path: root/dw/ruler.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/ruler.hh
parente1b61ef1378520a68cb288b6b3c322f70f2a6a41 (diff)
Removed size hints.
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r--dw/ruler.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/dw/ruler.hh b/dw/ruler.hh
index b5a26c2c..0a0cd2b2 100644
--- a/dw/ruler.hh
+++ b/dw/ruler.hh
@@ -15,12 +15,8 @@ namespace dw {
*/
class Ruler: public core::Widget
{
-private:
- int availWidth;
-
protected:
void sizeRequestImpl (core::Requisition *requisition);
- void setWidth (int width);
void draw (core::View *view, core::Rectangle *area);
public: