clean up 'n bugcrushing
This commit is contained in:
@@ -22,7 +22,7 @@ public class SongHandler {
|
||||
private Song currentSong;
|
||||
private SongInstance currentSongInstance;
|
||||
private int currentIndex;
|
||||
SQLConnector sql;
|
||||
private SQLConnector sql;
|
||||
|
||||
private File dir;
|
||||
|
||||
@@ -33,7 +33,6 @@ public class SongHandler {
|
||||
this.sql = sql;
|
||||
|
||||
songs = new ArrayList<Song>();
|
||||
|
||||
currentSong = null;
|
||||
currentSongInstance = null;
|
||||
currentIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user