From 532949e33586db8d9857754ba0de015b7af19dde Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Wed, 29 Jun 2022 16:11:27 +0700 Subject: [PATCH] Remove unused variables --- .../ru/dbotthepony/mc/otm/client/screen/ItemMonitorScreen.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/ItemMonitorScreen.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/ItemMonitorScreen.kt index aa29e2418..845a7203e 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/ItemMonitorScreen.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/screen/ItemMonitorScreen.kt @@ -183,8 +183,5 @@ class ItemMonitorScreen(menu: ItemMonitorMenu, inventory: Inventory, title: Comp val F = SkinGrid.WIDGETS_8[3, 0] val E = SkinGrid.WIDGETS_8[4, 0] val ONE = SkinGrid.WIDGETS_8[5, 0] - - val HOW_MUCH_TO_CRAFT = listOf(ONE, S, F) - val REFILL_MATCH_MODE = listOf(F, E) } }