diff --git a/.idea/modules.xml b/.idea/modules.xml
index 7bcd847..3a3eea2 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,8 +2,8 @@
-
+
\ No newline at end of file
diff --git a/app/app.iml b/app/app.iml
index 75b2ddb..f33ee01 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -1,5 +1,5 @@
-
+
@@ -97,16 +97,5 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/java/tu_darmstadt/sudoku/controller/GameController.java b/app/src/main/java/tu_darmstadt/sudoku/controller/GameController.java
index 8aea071..b042be9 100644
--- a/app/src/main/java/tu_darmstadt/sudoku/controller/GameController.java
+++ b/app/src/main/java/tu_darmstadt/sudoku/controller/GameController.java
@@ -51,7 +51,7 @@ public class GameController {
public boolean isSolved() {
boolean solved = true;
-
+ /*
for(int i = 0; i < size; i++) {
List set = new ArrayList();
@@ -66,7 +66,7 @@ public class GameController {
if(!checkList() solved = false;
if(!checkList(gameField.getColumn(i))) solved = false;
if(!checkList(gameField.getSection(i))) solved = false;
- }
+ }*/
return solved;
}
@@ -76,13 +76,13 @@ public class GameController {
* @return true if every cell has a value and every value occurs only once
*/
private boolean checkList(GameCell[] list) {
- List set = new ArrayList();
+ /*List set = new ArrayList();
for(GameCell c : list) {
if(set.contains(c.getValue())) {
errorList.add(new CheckError());
}
- }
+ }*/
return false;
}
diff --git a/Sudoku.iml b/privacy-friendly-sudoku.iml
similarity index 70%
rename from Sudoku.iml
rename to privacy-friendly-sudoku.iml
index 95bbf83..fffb1a7 100644
--- a/Sudoku.iml
+++ b/privacy-friendly-sudoku.iml
@@ -1,5 +1,5 @@
-
+