aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features/macros
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/features/macros')
-rw-r--r--src/main/kotlin/features/macros/ComboProcessor.kt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/kotlin/features/macros/ComboProcessor.kt b/src/main/kotlin/features/macros/ComboProcessor.kt
index 1f77ff6..03e9238 100644
--- a/src/main/kotlin/features/macros/ComboProcessor.kt
+++ b/src/main/kotlin/features/macros/ComboProcessor.kt
@@ -25,9 +25,6 @@ object ComboProcessor {
val breadCrumbs = mutableListOf<SavedKeyBinding>()
init {
- val f = SavedKeyBinding(InputUtil.GLFW_KEY_F)
- val one = SavedKeyBinding(InputUtil.GLFW_KEY_1)
- val two = SavedKeyBinding(InputUtil.GLFW_KEY_2)
setActions(
MacroData.DConfig.data.comboActions
)