From 9e05faf5f3a96958b4177133e554ab39db33de9d Mon Sep 17 00:00:00 2001 From: mochi Date: Mon, 20 Jul 2020 07:10:02 +0200 Subject: [PATCH] Remove dupe definition of UNTIL --- code/__HELPERS/unsorted.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index 0619ead3041..7e57a394988 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -1868,9 +1868,6 @@ GLOBAL_DATUM_INIT(dview_mob, /mob/dview, new) #undef DELTA_CALC -// Should NEVER be used in a proc that has waitfor set to FALSE/0. -#define UNTIL(X) while(!(X)) stoplag() - /* * This proc gets a list of all "points of interest" (poi's) that can be used by admins to track valuable mobs or atoms (such as the nuke disk). * @param mobs_only if set to TRUE it won't include locations to the returned list