Browse Source

merge fix

Jessey Widhalm 8 years ago
parent
commit
63036161db
1 changed files with 0 additions and 8 deletions
  1. 0 8
      src/ui/controller/Control.java

+ 0 - 8
src/ui/controller/Control.java

@@ -233,14 +233,6 @@ public class Control {
 		return autoPath + (autoSaveController.getAutoSaveNr());
 	}
 
-	// public void increaseAutoSaveNr(){
-	// autoSaveController.increaseAutoSaveNr();
-	// }
-	//
-	// public void decreaseAutoSaveNr(){
-	// autoSaveController.decreaseAutoSaveNr();
-	// }
-
 	/**
 	 * Getter for Model
 	 *