src/window_gui.h
changeset 9162 13d4188eab56
parent 9161 fda175383e87
child 9164 18e971e0b44f
--- a/src/window_gui.h	Fri May 09 09:29:27 2008 +0000
+++ b/src/window_gui.h	Fri May 09 15:27:00 2008 +0000
@@ -126,8 +126,6 @@
 	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,
@@ -179,10 +177,6 @@
 		} edittext;
 
 		struct {
-			Point pt;
-		} popupmenu;
-
-		struct {
 			int button;
 			int index;
 		} dropdown;
@@ -563,7 +557,6 @@
 
 extern bool _scrolling_scrollbar;
 extern bool _scrolling_viewport;
-extern bool _popup_menu_active;
 
 extern byte _special_mouse_mode;
 enum SpecialMouseMode {