aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r--dw/textblock.hh8
1 files changed, 2 insertions, 6 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh
index dd128a0a..5e626876 100644
--- a/dw/textblock.hh
+++ b/dw/textblock.hh
@@ -651,8 +651,6 @@ protected:
int xWidget, int yWidgetBase);
void drawLine (Line *line, core::View *view, core::Rectangle *area,
core::DrawingContext *context);
- void handleOOFReferences (core::StackingIteratorStack *iteratorStack,
- Widget **interruptedWidget, bool backwards);
int findLineIndex (int y);
int findLineIndexWhenNotAllocated (int y);
@@ -812,10 +810,8 @@ protected:
void drawLevel (core::View *view, core::Rectangle *area, int level,
core::DrawingContext *context);
- Widget *getWidgetAtPointLevel (int x, int y,
- core::GettingWidgetAtPointContext *context,
- int level);
- int getLastLevelIndex (int majorLevel, int minorLevel);
+ Widget *getWidgetAtPointLevel (int x, int y, int level,
+ core::GettingWidgetAtPointContext *context);
void sizeRequestImpl (core::Requisition *requisition);
void getExtremesImpl (core::Extremes *extremes);