Remove commented code

This commit is contained in:
Chris Beams 2014-11-03 15:27:17 +01:00
parent d350fd88dd
commit 75775e7e42
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73

View File

@ -117,14 +117,9 @@ public class BitsquareUI extends Application {
primaryStage.setScene(scene);
// TODO resizing not fully supported yet
primaryStage.setMinWidth(75);
primaryStage.setMinHeight(50);
/* primaryStage.setMinWidth(1000);
primaryStage.setMinHeight(750);*/
Profiler.initScene(primaryStage.getScene());
primaryStage.show();