aboutsummaryrefslogtreecommitdiff
path: root/dw/ruler.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r--dw/ruler.hh6
1 files changed, 2 insertions, 4 deletions
diff --git a/dw/ruler.hh b/dw/ruler.hh
index abbabe4c..74323d95 100644
--- a/dw/ruler.hh
+++ b/dw/ruler.hh
@@ -20,10 +20,8 @@ namespace dw {
class Ruler: public RegardingBorder
{
protected:
- void sizeRequestImpl (core::Requisition *requisition, bool posDefined, int x,
- int y);
- void getExtremesImpl (core::Extremes *extremes, bool posDefined, int x,
- int y);
+ void sizeRequestSimpl (core::Requisition *requisition);
+ void getExtremesSimpl (core::Extremes *extremes);
void containerSizeChangedForChildren ();
bool usesAvailWidth ();
void draw (core::View *view, core::Rectangle *area,