diff options
author | corvid <corvid@lavabit.com> | 2012-11-04 19:33:10 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-11-04 19:33:10 +0000 |
commit | 256fc10e8e58c44baf1fe9c5ea0d65649199b116 (patch) | |
tree | 70eec07e5e38e80d69bcbf626dd107b421d561cf /dw/layout.hh | |
parent | 694cdacadc33f8fa0cd76afd97487315c210713c (diff) |
rm mayBeSuppressed
...since we aren't currently making any good use of it.
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/layout.hh b/dw/layout.hh index e3e89c52..7291b01d 100644 --- a/dw/layout.hh +++ b/dw/layout.hh @@ -176,8 +176,7 @@ private: */ void moveOutOfView (ButtonState state) { moveToWidget (NULL, state); } - bool processMouseEvent (MousePositionEvent *event, ButtonEventType type, - bool mayBeSuppressed); + bool processMouseEvent (MousePositionEvent *event, ButtonEventType type); bool buttonEvent (ButtonEventType type, View *view, int numPressed, int x, int y, ButtonState state, int button); |