diff --git a/code/datums/components/_component.dm b/code/datums/components/_component.dm index 06c422db67..e346f60bff 100644 --- a/code/datums/components/_component.dm +++ b/code/datums/components/_component.dm @@ -187,7 +187,6 @@ var/datum/component/C = I if(!C.enabled) continue - var/list/sps = C.signal_procs var/datum/callback/CB = C.signal_procs[sigtype] if(!CB) continue