dxx-rebirth/common/ui
Kp 6db96d1a6d Fix file.cpp -Wunused-but-set-variable
Commit 1c8ad24 removed all reads of `wind`, but did not remove its
assignment or declaration.  This breaks the build with gcc due to
-Wunused-but-set-variable.

Fixes: 1c8ad24da3 ("Check for window_event_result::deleted for ui_get_filename polling loop")
2016-11-19 17:24:51 +00:00
..
button.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
checkbox.cpp Declare some local window_event_result vars later (clarity) 2016-10-31 14:58:34 +08:00
dialog.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
file.cpp Fix file.cpp -Wunused-but-set-variable 2016-11-19 17:24:51 +00:00
gadget.cpp Fix gadget.cpp -Wunused-but-set-variable 2016-11-19 17:24:51 +00:00
icon.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
inputbox.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
keypad.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
keypress.cpp Convert various static const expressions to constexpr 2016-07-16 16:52:04 +00:00
listbox.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
menu.cpp Allow dcx::UI_DIALOG struct to be subclassed - step 2 2016-10-04 15:58:20 +08:00
menubar.cpp Pass grs_canvas &to window_create 2016-10-15 00:53:20 +00:00
message.cpp Allow dcx::UI_DIALOG struct to be subclassed - step 2 2016-10-04 15:58:20 +08:00
radio.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
scroll.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00
ui.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
uidraw.cpp Remove unnecessary gr_setcolor calls 2016-02-12 04:02:28 +00:00
userbox.cpp Pass window_event_result from a dialog handler all the way to the event system 2016-10-27 19:42:48 +08:00