Skip to content

Commit

Permalink
Removed another unused makeWindow().
Browse files Browse the repository at this point in the history
  • Loading branch information
denneyl2711 committed Jul 25, 2024
1 parent 78d706d commit 43a6939
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/kintsugi3d/builder/javafx/ProjectIO.java
Original file line number Diff line number Diff line change
Expand Up @@ -215,12 +215,6 @@ private static <ControllerType> ControllerType makeWindow(Window parentWindow, S
return makeWindow(parentWindow, title, flag, Scene::new, urlString);
}

private static <ControllerType> ControllerType makeWindow(
Window parentWindow, String title, Flag flag, int width, int height, String urlString) throws IOException
{
return makeWindow(parentWindow, title, flag, root -> new Scene(root, width, height), urlString);
}

public boolean isCreateProjectWindowOpen()
{
return loaderWindowOpen.get();
Expand Down

0 comments on commit 43a6939

Please sign in to comment.