remove unused variable
This commit is contained in:
parent
f60fcaa85d
commit
6017055743
@ -17,7 +17,6 @@ public class Options extends Scene {
|
|||||||
|
|
||||||
private Image img_loop;
|
private Image img_loop;
|
||||||
private Image img_out;
|
private Image img_out;
|
||||||
private Image img_head;
|
|
||||||
private Image img_arrow;
|
private Image img_arrow;
|
||||||
|
|
||||||
private int counter = 0;
|
private int counter = 0;
|
||||||
@ -32,7 +31,6 @@ public class Options extends Scene {
|
|||||||
|
|
||||||
img_loop = Image.createImage("/m_2.png");
|
img_loop = Image.createImage("/m_2.png");
|
||||||
img_out = Image.createImage("/out.png");
|
img_out = Image.createImage("/out.png");
|
||||||
img_head = Image.createImage("/s_1.png");
|
|
||||||
img_arrow = Image.createImage("/i_0.png");
|
img_arrow = Image.createImage("/i_0.png");
|
||||||
}
|
}
|
||||||
catch(Exception e)
|
catch(Exception e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user