From 4872bc30b8e20a8da9e822725066cc6a5f7955e1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 16 Aug 2012 13:13:25 +0100 Subject: Remove redundant scrollbar widget message. --- desktop/scrollbar.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'desktop/scrollbar.h') 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 { -- cgit v1.2.3