removed guice dependency which was a spaceshuttle used to cross the road

This commit is contained in:
yugecin
2017-01-16 21:28:40 +01:00
parent 9d0ddc5fd0
commit 2ed0254c34
16 changed files with 0 additions and 177 deletions

View File

@@ -17,7 +17,6 @@
*/
package yugecin.opsudance.core;
import com.google.inject.Inject;
import itdelatrisu.opsu.GameImage;
import itdelatrisu.opsu.ui.Fonts;
import org.lwjgl.LWJGLException;
@@ -72,7 +71,6 @@ public class DisplayContainer implements ErrorDumpable {
private String glVersion;
private String glVendor;
@Inject
public DisplayContainer(Demux demux, EventBus eventBus) {
this.demux = demux;
this.eventBus = eventBus;