Unused method.

This commit is contained in:
2023-05-17 16:38:08 -04:00
parent 8a8136b8e8
commit 86539771e2
3 changed files with 40 additions and 52 deletions
@@ -28,9 +28,4 @@ public class dbBuildingLocationHandler extends dbHandlerBase {
return getObjectList();
}
public ArrayList<BuildingLocation> LOAD_ALL_BUILDING_LOCATIONS() {
prepareCallable("SELECT * FROM `static_building_location`;");
return getObjectList();
}
}