Clean up .rej files

This commit is contained in:
Poojawa
2017-06-28 02:24:03 -05:00
parent a7c18e65bc
commit 789064a3a5
7 changed files with 0 additions and 10063 deletions

View File

@@ -1,11 +0,0 @@
diff a/code/modules/modular_computers/computers/item/computer.dm b/code/modules/modular_computers/computers/item/computer.dm (rejected hunks)
@@ -49,9 +49,6 @@
var/comp_light_color //The color of that light
-/obj/item/device/modular_computer/New()
- all_components = list()
-
/obj/item/device/modular_computer/Initialize()
. = ..()
START_PROCESSING(SSobj, src)