aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dw/widget.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/widget.hh b/dw/widget.hh
index b751a282..02a20f44 100644
--- a/dw/widget.hh
+++ b/dw/widget.hh
@@ -200,7 +200,7 @@ protected:
inline void setCursor (style::Cursor cursor)
{ layout->setCursor (cursor); }
-
+#if 0
inline bool selectionButtonPress (Iterator *it, int charPos, int linkNo,
EventButton *event, bool withinContent)
{ return layout->selectionState.buttonPress (it, charPos, linkNo, event); }
@@ -212,7 +212,7 @@ protected:
inline bool selectionButtonMotion (Iterator *it, int charPos, int linkNo,
EventMotion *event, bool withinContent)
{ return layout->selectionState.buttonMotion (it, charPos, linkNo, event); }
-
+#endif
inline bool selectionHandleEvent (SelectionState::EventType eventType,
Iterator *it, int charPos, int linkNo,
MousePositionEvent *event)