Skip to content

Commit 77d69e2

Browse files
committed
Remove extraneous resource
1 parent bb50a5f commit 77d69e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/the/bytecode/club/jda/Resources.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public class Resources {
3636
public static ImageIcon javaIcon = new ImageIcon(Resources.class.getClass().getResource("/java.png"));
3737

3838
public static ImageIcon fileNavigatorIcon = new ImageIcon(Resources.class.getClass().getResource("/icon.png"));
39-
public static ImageIcon workPaneIcon = new ImageIcon(Resources.class.getClass().getResource("/icon.png"));
4039

4140
public static ArrayList<BufferedImage> iconList;
4241
public static BufferedImage icon;

0 commit comments

Comments
 (0)