diff --git a/code/modules/research/designs/autolathe_designs.dm b/code/modules/research/designs/autolathe_designs.dm index 0bcdd3ba40d..2e7c668a83f 100644 --- a/code/modules/research/designs/autolathe_designs.dm +++ b/code/modules/research/designs/autolathe_designs.dm @@ -872,14 +872,6 @@ build_path = /obj/item/assembly/mousetrap category = list("initial", "Miscellaneous") -/datum/design/videocam - name = "Video Camera" - id = "videocam" - build_type = AUTOLATHE - materials = list(MAT_METAL = 120, MAT_GLASS = 60) - build_path = /obj/item/videocam - category = list("initial", "Miscellaneous") - /datum/design/logic_board name = "Logic Circuit" id = "logic_board"