M dw/oofawarewidget.cc +0 -5
@@ 555,11 555,6 @@ void OOFAwareWidget::widgetRefSizeChange
notImplemented ("OOFAwareWidget::widgetRefSizeChanged");
}
-void OOFAwareWidget::clearPositionChanged ()
-{
- notImplemented ("OOFAwareWidget::clearPositionChanged");
-}
-
void OOFAwareWidget::oofSizeChanged (bool extremesChanged)
{
DBG_OBJ_ENTER ("resize", 0, "oofSizeChanged", "%s",
M dw/oofawarewidget.hh +0 -5
@@ 263,11 263,6 @@ public:
virtual void widgetRefSizeChanged (int externalIndex);
/**
- * TODO Needed after SRDOP?
- */
- virtual void clearPositionChanged ();
-
- /**
* Called by an implementation of dw::oof::OutOfFlowMgr when the size of the
* container has changed, typically in sizeAllocateEnd.
*/
M dw/textblock.cc +0 -9
@@ 3064,15 3064,6 @@ void Textblock::widgetRefSizeChanged (in
queueResize (makeParentRefInFlow (lineNo), true);
}
-void Textblock::clearPositionChanged ()
-{
- DBG_OBJ_ENTER0 ("resize", 0, "clearPositionChanged");
- // Not very efficient (actually, a rewrapping could be easily
- // avoided), but this case should not occur very often.
- queueResize (0, false);
- DBG_OBJ_LEAVE ();
-}
-
void Textblock::oofSizeChanged (bool extremesChanged)
{
DBG_OBJ_ENTER ("resize", 0, "oofSizeChanged", "%s",
M dw/textblock.hh +0 -1
@@ 901,7 901,6 @@ public:
void updateReference (int ref);
void widgetRefSizeChanged (int externalIndex);
- void clearPositionChanged ();
void oofSizeChanged (bool extremesChanged);
int getGeneratorX (int oofmIndex);
int getGeneratorY (int oofmIndex);