diff options
Diffstat (limited to 'src/window_gui.h')
-rw-r--r-- | src/window_gui.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/window_gui.h b/src/window_gui.h index e63716279..b6636e2cc 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -515,11 +515,6 @@ public: /*** 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 |