From 0bf39f22c365400c08542b228e9ce8de2dbc8677 Mon Sep 17 00:00:00 2001 From: Jannis Weis <31143295+weisJ@users.noreply.github.com> Date: Mon, 25 Apr 2022 18:00:56 +0200 Subject: [PATCH] Remove unused constant HALF_SIZE --- .../bytecode/club/bytecodeviewer/resources/IconResources.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/resources/IconResources.java b/src/main/java/the/bytecode/club/bytecodeviewer/resources/IconResources.java index 9ee03bff..440de015 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/resources/IconResources.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/resources/IconResources.java @@ -46,7 +46,6 @@ import the.bytecode.club.bytecodeviewer.BytecodeViewer; public class IconResources { - static protected final int HALF_SIZE = 4; static protected final int SIZE = 9; public static final List iconList;