diff --git a/code/modules/food_and_drinks/kitchen_machinery/coffeemaker.dm b/code/modules/food_and_drinks/kitchen_machinery/coffeemaker.dm index 26b585b97759..c4838852e0ab 100644 --- a/code/modules/food_and_drinks/kitchen_machinery/coffeemaker.dm +++ b/code/modules/food_and_drinks/kitchen_machinery/coffeemaker.dm @@ -62,10 +62,6 @@ if(gone == cartridge) cartridge = null update_appearance(UPDATE_OVERLAYS) - -/obj/machinery/coffeemaker/RefreshParts() - . = ..() - /obj/machinery/coffeemaker/examine(mob/user) . = ..() if(!in_range(user, src) && !issilicon(user) && !isobserver(user))