diff options
author | corvid <corvid@lavabit.com> | 2012-11-26 07:28:35 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-11-26 07:28:35 +0000 |
commit | f3c24d171e0fe0acd2c37f1ee7797ca16aada020 (patch) | |
tree | 7fd5164073770368903601058da6c1f5ea867458 | |
parent | 0bdb3baeb86c23c9673378c69a2758cd08b66d91 (diff) |
comment out unused functions
-rw-r--r-- | dw/widget.hh | 4 |
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) |