diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-24 23:36:55 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-24 23:36:55 +0100 |
commit | 36aced79ed3aa9ec67b6c81534705475531220f5 (patch) | |
tree | 5df21ed5a6da373dd0982fe7f6d59db770aa3e18 /src/main/java/at/hannibal2/skyhanni/config/features | |
parent | 3fec4abfc623771237fe093fdd1b66873491b0bb (diff) | |
download | skyhanni-36aced79ed3aa9ec67b6c81534705475531220f5.tar.gz skyhanni-36aced79ed3aa9ec67b6c81534705475531220f5.tar.bz2 skyhanni-36aced79ed3aa9ec67b6c81534705475531220f5.zip |
Code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/GUI.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GUI.java b/src/main/java/at/hannibal2/skyhanni/config/features/GUI.java index c752e92cf..5d223fb96 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/GUI.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/GUI.java @@ -26,12 +26,4 @@ public class GUI { ) @ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE) public int keyBindOpen = Keyboard.KEY_NONE; - - @Expose - @ConfigOption( - name = "Hotkey Reset", - desc = "Press this key in the GUI Editor to reset the current element." - ) - @ConfigEditorKeybind(defaultKey = Keyboard.KEY_R) - public int keyBindReset = Keyboard.KEY_R; } |