aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-04-09 23:54:58 +0200
committerSebastian Geerken <devnull@localhost>2013-04-09 23:54:58 +0200
commitf94d004790039c92732081fa377f9dbab90af713 (patch)
tree415b61d66d7037ce5092aa2fe529084bf8ffa22e /dw/outofflowmgr.hh
parent6609311d7d50d15c3ab8e31e920b1e0df7365d73 (diff)
Eliminated OOFM::tellNoPosition.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh
index f312ee0f..891581dd 100644
--- a/dw/outofflowmgr.hh
+++ b/dw/outofflowmgr.hh
@@ -156,7 +156,6 @@ private:
core::Rectangle *area);
core::Widget *getWidgetAtPoint (SortedFloatsVector *list, int x, int y,
int level);
- void tellPositionOrNot (core::Widget *widget, int yReq, bool positioned);
void checkCoverage (Float *vloat, int oldY);
void getFloatsLists (Float *vloat, SortedFloatsVector **listSame,
@@ -203,8 +202,7 @@ public:
static bool isWidgetOutOfFlow (core::Widget *widget);
void addWidget (core::Widget *widget, Textblock *generatingBlock);
- void tellNoPosition (core::Widget *widget);
- void tellPosition (core::Widget *widget, int y);
+ void tellPosition (core::Widget *widget, int yReq);
void getSize (int cbWidth, int cbHeight, int *oofWidth, int *oofHeight);
void getExtremes (int cbMinWidth, int cbMaxWidth, int *oofMinWidth,