src/window_gui.h
changeset 9251 bee6451d87a7
parent 9242 787ddde2b852
child 9263 29488e715050
--- a/src/window_gui.h	Fri May 16 07:24:21 2008 +0000
+++ b/src/window_gui.h	Fri May 16 07:34:48 2008 +0000
@@ -515,11 +515,6 @@
 	/*** End of the event handling ***/
 };
 
-struct def_d {
-	int16 data_1, data_2, data_3;
-};
-assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(def_d));
-
 enum SortListFlags {
 	VL_NONE    = 0,      ///< no sort
 	VL_DESC    = 1 << 0, ///< sort descending or ascending