Remove unused constant HALF_SIZE

This commit is contained in:
Jannis Weis 2022-04-25 18:00:56 +02:00
parent 40e26c27f8
commit 0bf39f22c3
No known key found for this signature in database
GPG Key ID: 7C9D8D4B558049AB
1 changed files with 0 additions and 1 deletions

View File

@ -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<BufferedImage> iconList;