From e14ecb4ab461173a06b2f2e871b4fdbd0409e7bf Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 4 Oct 2021 17:00:07 +0200 Subject: [PATCH] [MIRROR] Removes a useless but very hilarious define and really I just want to show the rest of you that this used to be here [MDB IGNORE] (#8605) * Removes a useless but very hilarious define and really I just want to show the rest of you that this used to be here (#61866) Removes SDQL_qdel_datum and please just click files changed okay * Removes a useless but very hilarious define and really I just want to show the rest of you that this used to be here Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> --- code/modules/admin/verbs/SDQL2/SDQL_2.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/admin/verbs/SDQL2/SDQL_2.dm b/code/modules/admin/verbs/SDQL2/SDQL_2.dm index bd9088eff2e..982f474b75a 100644 --- a/code/modules/admin/verbs/SDQL2/SDQL_2.dm +++ b/code/modules/admin/verbs/SDQL2/SDQL_2.dm @@ -1,5 +1,3 @@ -#define SDQL_qdel_datum(d) qdel(d) - //SDQL2 datumized, /tg/station special! /* @@ -694,7 +692,7 @@ GLOBAL_DATUM_INIT(sdql2_vv_statobj, /obj/effect/statclick/sdql2_vv_all, new(null if("delete") for(var/datum/d in found) - SDQL_qdel_datum(d) + qdel(d) obj_count_finished++ SDQL2_TICK_CHECK SDQL2_HALT_CHECK