tpreferences: removed old Hotkey button under General
This commit is contained in:
parent
cc8b2d0cd0
commit
fdb8b392c1
2 changed files with 0 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue