Remove the 'id' field from database entries as it was unused

This commit is contained in:
Alexander Bakker 2017-12-04 21:06:13 +01:00
parent f4b9d4b45c
commit b3079dabc2
2 changed files with 0 additions and 10 deletions

View file

@ -41,7 +41,6 @@ public class Database {
}
public void addKey(DatabaseEntry entry) {
entry.setID(_entries.size() + 1);
_entries.add(entry);
}