Unused methods.

This commit is contained in:
2023-05-17 15:18:47 -04:00
parent 8916d9b4f0
commit 8a8136b8e8
2 changed files with 0 additions and 42 deletions
@@ -186,11 +186,4 @@ public class dbCityHandler extends dbHandlerBase {
return (executeUpdate() > 0);
}
public boolean DELETE_CITY(final City city) {
prepareCallable("DELETE FROM `object` WHERE `UID` = ? AND `type` = 'city'");
setInt(1, city.getObjectUUID());
return (executeUpdate() != 0);
}
}