Skip to content

Commit

Permalink
Code cleanup, removing unecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DC37 committed Jan 5, 2015
1 parent 529091f commit bfa9714
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Version History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.95 (Semantic version 0.12.0) [unreleased]
v0.95 (Semantic version 0.12.0) [current]
Beta release - major functionality should be equivalent to and/or exceed that of MPC2.0.
Added more support for external soundfonts (two instruments that used to be swapped are not swapped anymore)
Import MPC files just by loading them.
Expand All @@ -7,7 +7,7 @@ Slight update to song files which allows saving the parameters for note extensio
Staff ledger lines
Note: Arrangements only work if they are in the "Prefs" folder along with all of the songs.

v0.942 (Semantic version 0.11.2) [current]
v0.942 (Semantic version 0.11.2)
Pre-Beta - Bugfix from v0.941 - arranger / song loop point fix. Automatic song length cleanup feature.
Also, works on Java 7 again.

Expand Down
5 changes: 0 additions & 5 deletions src/smp/components/buttons/LoadButton.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@
import java.io.EOFException;
import java.io.StreamCorruptedException;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.util.ArrayList;

import javafx.scene.image.ImageView;
import javafx.scene.input.MouseEvent;
import javafx.stage.FileChooser;
import smp.ImageLoader;
import smp.components.Values;
import smp.components.general.ImagePushButton;
import smp.components.general.Utilities;
import smp.components.staff.sequences.StaffArrangement;
Expand Down
1 change: 0 additions & 1 deletion src/smp/components/staff/Staff.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.io.EOFException;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.StreamCorruptedException;
import java.text.ParseException;
Expand Down

0 comments on commit bfa9714

Please sign in to comment.