From 8d0a7f4634b73a4e146230b72c2e48cc463bf748 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 9 May 2008 15:27:00 +0000 Subject: (svn r13025) -Codechange: remove the need for two WindowEvents. --- src/window_gui.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/window_gui.h') diff --git a/src/window_gui.h b/src/window_gui.h index e9cb2d066..1f21f94bd 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -126,8 +126,6 @@ enum WindowEventCodes { WE_ABORT_PLACE_OBJ, WE_ON_EDIT_TEXT, WE_ON_EDIT_TEXT_CANCEL, - WE_POPUPMENU_SELECT, - WE_POPUPMENU_OVER, WE_DRAGDROP, WE_PLACE_DRAG, WE_PLACE_MOUSEUP, @@ -178,10 +176,6 @@ struct WindowEvent { char *str; } edittext; - struct { - Point pt; - } popupmenu; - struct { int button; int index; @@ -563,7 +557,6 @@ extern byte _scroller_click_timeout; extern bool _scrolling_scrollbar; extern bool _scrolling_viewport; -extern bool _popup_menu_active; extern byte _special_mouse_mode; enum SpecialMouseMode { -- cgit v1.2.3-54-g00ecf