Skip to content

Commit aed2dee

Browse files
committed
cleanup commented code
1 parent f2e4b15 commit aed2dee

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/test/java/rx/schedulers/JavaFxSchedulerTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ public void start(Stage primaryStage) throws Exception {
6565

6666
@BeforeClass
6767
public static void initJFX() {
68-
/*Thread t = new Thread("JavaFX Init Thread") {
69-
public void run() {
70-
Application.launch(AsNonApp.class, new String[0]);
71-
}
72-
};
73-
t.setDaemon(true);
74-
t.start();*/
7568
//use panel to initialize JavaFX thread
7669
JFXPanel panel = new JFXPanel();
7770
}

0 commit comments

Comments
 (0)