aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2012-11-26 07:28:35 +0000
committercorvid <corvid@lavabit.com>2012-11-26 07:28:35 +0000
commitf3c24d171e0fe0acd2c37f1ee7797ca16aada020 (patch)
tree7fd5164073770368903601058da6c1f5ea867458 /dw/widget.hh
parent0bdb3baeb86c23c9673378c69a2758cd08b66d91 (diff)
comment out unused functions
Diffstat (limited to 'dw/widget.hh')
-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)