tpreferences: removed old Hotkey button under General

This commit is contained in:
Charles Dang 2016-03-01 08:02:11 +11:00
parent cc8b2d0cd0
commit fdb8b392c1
2 changed files with 0 additions and 17 deletions

View file

@ -210,18 +210,6 @@
#define _GUI_PREFERENCES_GENERAL_GRID_2
[row]
[column]
border = "all"
border_size = 5
horizontal_alignment = "left"
[button]
id = hotkeys
label = _ "Hotkeys"
tooltip = "View and configure keyboard shortcuts"
[/button]
[/column]
[column]
border = "all"
border_size = 5

View file

@ -521,11 +521,6 @@ void tpreferences::initialize_members(twindow& window)
&tpreferences::max_autosaves_slider_callback,
this, boost::ref(autosaves_slider), boost::ref(autosaves_label)));
/* SET HOTKEYS */
connect_signal_mouse_left_click(find_widget<tbutton>(&window, "hotkeys", false),
boost::bind(&show_hotkeys_preferences_dialog,
boost::ref(window.video())));
/* CACHE MANAGE */
connect_signal_mouse_left_click(find_widget<tbutton>(&window, "cachemg", false),
boost::bind(&gui2::tgame_cache_options::display,