Removed unused import for Prefs.

This commit is contained in:
Kevin Ruland 2011-12-13 19:31:03 +00:00
parent 6bd6e81f9b
commit 70128ba359
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ import static org.junit.Assert.fail;
import java.io.IOException;
import net.sf.openrocket.util.BuildProperties;
import net.sf.openrocket.util.Prefs;
import org.junit.Test;

View File

@ -14,7 +14,6 @@ import java.util.Random;
import net.sf.openrocket.util.BuildProperties;
import net.sf.openrocket.util.ComparablePair;
import net.sf.openrocket.util.Prefs;
import net.sf.openrocket.util.BaseTestCase.BaseTestCase;
import org.junit.Test;