summaryrefslogtreecommitdiff
path: root/desktop/scrollbar.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-16 13:13:25 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-16 13:13:25 +0100
commit4872bc30b8e20a8da9e822725066cc6a5f7955e1 (patch)
treef00297f84ff4ebbf3e02398dd9af7f7b584a8bfd /desktop/scrollbar.h
parente5928ebd5f842dc5ae66543f628af0cede4397bd (diff)
downloadnetsurf-4872bc30b8e20a8da9e822725066cc6a5f7955e1.tar.gz
netsurf-4872bc30b8e20a8da9e822725066cc6a5f7955e1.tar.bz2
Remove redundant scrollbar widget message.
Diffstat (limited to 'desktop/scrollbar.h')
-rw-r--r--desktop/scrollbar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/scrollbar.h b/desktop/scrollbar.h
index 4bd9a17c0..2ce4a154e 100644
--- a/desktop/scrollbar.h
+++ b/desktop/scrollbar.h
@@ -39,7 +39,6 @@
struct scrollbar;
typedef enum {
- SCROLLBAR_MSG_REDRAW, /* the scrollbar requests a redraw */
SCROLLBAR_MSG_MOVED, /* the scroll value has changed */
SCROLLBAR_MSG_SCROLL_START, /* a scrollbar drag has started, all
* mouse events should be passed to
@@ -47,7 +46,6 @@ typedef enum {
* coordinates
*/
SCROLLBAR_MSG_SCROLL_FINISHED, /* cancel the above */
-
} scrollbar_msg;
struct scrollbar_msg_data {