Skip to content

Commit

Permalink
Remove DSTACK keybind setting (#6378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui authored and SmallJoker committed Sep 5, 2017
1 parent 04cf7a0 commit 87c5a3f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -72,7 +72,6 @@ Some can be changes in the key config dialog in the settings tab.
| Shift + F9 | Change minimap orientation |
| F10 | Show/hide console |
| F12 | Take screenshot |
| P | Write stack traces into debug.txt |

Paths
-----
Expand Down
4 changes: 0 additions & 4 deletions builtin/settingtypes.txt
Expand Up @@ -367,10 +367,6 @@ keymap_increase_viewing_range_min (View range increase key) key +
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
keymap_decrease_viewing_range_min (View range decrease key) key -

# Key for printing debug stacks. Used for development.
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
keymap_print_debug_stacks (Print stacks) key KEY_KEY_P

[Graphics]

[*In-Game]
Expand Down
5 changes: 0 additions & 5 deletions minetest.conf.example
Expand Up @@ -409,11 +409,6 @@
# type: key
# keymap_decrease_viewing_range_min = -

# Key for printing debug stacks. Used for development.
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
# type: key
# keymap_print_debug_stacks = KEY_KEY_P

#
# Graphics
#
Expand Down
1 change: 0 additions & 1 deletion src/defaultsettings.cpp
Expand Up @@ -135,7 +135,6 @@ void set_default_settings(Settings *settings)
settings->setDefault("zoom_fov", "15");

// Some (temporary) keys for debugging
settings->setDefault("keymap_print_debug_stacks", "KEY_KEY_P");
settings->setDefault("keymap_quicktune_prev", "KEY_HOME");
settings->setDefault("keymap_quicktune_next", "KEY_END");
settings->setDefault("keymap_quicktune_dec", "KEY_NEXT");
Expand Down

0 comments on commit 87c5a3f

Please sign in to comment.