diff --git a/api/src/main/java/de/epiceric/shopchest/api/ShopManager.java b/api/src/main/java/de/epiceric/shopchest/api/ShopManager.java index fdf9b11..97fa8e4 100644 --- a/api/src/main/java/de/epiceric/shopchest/api/ShopManager.java +++ b/api/src/main/java/de/epiceric/shopchest/api/ShopManager.java @@ -110,16 +110,6 @@ public interface ShopManager { * @since 1.13 */ void removeShop(Shop shop, Consumer callback, Consumer errorCallback); - - /** - * Removes a shop from the database by its ID - * - * @param shopId the id of the shop to remove - * @param callback the callback returning nothing on success - * @param errorCallback the callback returning the error if one occurred - * @since 1.13 - */ - void removeShop(int shopId, Consumer callback, Consumer errorCallback); /** * Asynchronously reloads all shops from the database