MoppyDesk: remove unused code

This commit is contained in:
Alexander Weinhold 2013-12-18 00:13:36 +01:00
parent 0e795a21e9
commit b58888e394

View File

@ -13,9 +13,6 @@ public class MoppyUI {
MoppySequencer ms = null;
MoppyUI instance = null;
public MoppyUI() {
MoppyMainWindow mainWindow = new MoppyMainWindow(this);
mainWindow.setVisible(true);