Parcourir la source

remove unused private empty method

Eren Yilmaz il y a 6 ans
Parent
commit
8a778d6bf3
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      src/view/MainView.java

+ 0 - 5
src/view/MainView.java

@@ -637,11 +637,6 @@ public class MainView {
         
         
         algorithm.start();
         algorithm.start();
     }
     }
-    
-    private void resized()
-    {
-        
-    }
 
 
     private NodeView createNodeView( LayeredGraphNode gNode, LayoutType lt )
     private NodeView createNodeView( LayeredGraphNode gNode, LayoutType lt )
     {
     {