mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-15 06:22:49 +00:00
Remove the 'id' field from database entries as it was unused
This commit is contained in:
parent
f4b9d4b45c
commit
b3079dabc2
2 changed files with 0 additions and 10 deletions
|
@ -41,7 +41,6 @@ public class Database {
|
|||
}
|
||||
|
||||
public void addKey(DatabaseEntry entry) {
|
||||
entry.setID(_entries.size() + 1);
|
||||
_entries.add(entry);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue