Skip to content

Commit

Permalink
Unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tonihele committed Jan 7, 2024
1 parent 4f067ee commit 29033ed
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,6 @@ private void setControlSettingsToGUI() {
ListBox<TableRow> listBox = screen.findNiftyControl("keyboardSetup", ListBox.class);
int i = 0;
int selected = 0;
KeyNames kNames = new KeyNames();
listBox.clear();
List<Settings.Setting> settings = Settings.Setting.getSettings(Settings.SettingCategory.CONTROLS);

Expand Down

0 comments on commit 29033ed

Please sign in to comment.