From fef015feb0d4bfe38a64e33a6d48635c8f57dad3 Mon Sep 17 00:00:00 2001 From: oranges Date: Wed, 28 Jun 2017 02:44:22 +0000 Subject: [PATCH] Do not use your brain, do not look at the code, do not engage me --- code/modules/admin/admin_verbs.dm | 1 - code/modules/admin/verbs/mapping.dm | 7 ------- 2 files changed, 8 deletions(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 244e713f4fd..6b24fc88bcc 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -283,7 +283,6 @@ GLOBAL_LIST_INIT(admin_verbs_hideable, list( GLOB.admin_verbs_spawn, /*Debug verbs added by "show debug verbs"*/ /client/proc/Cell, - /client/proc/do_not_use_these, /client/proc/camera_view, /client/proc/sec_camera_report, /client/proc/intercom_view, diff --git a/code/modules/admin/verbs/mapping.dm b/code/modules/admin/verbs/mapping.dm index 681a58f95fb..954f849bf93 100644 --- a/code/modules/admin/verbs/mapping.dm +++ b/code/modules/admin/verbs/mapping.dm @@ -21,7 +21,6 @@ GLOBAL_PROTECT(admin_verbs_debug_mapping) GLOBAL_LIST_INIT(admin_verbs_debug_mapping, list( - /client/proc/do_not_use_these, //-errorage /client/proc/camera_view, //-errorage /client/proc/sec_camera_report, //-errorage /client/proc/intercom_view, //-errorage @@ -58,12 +57,6 @@ GLOBAL_LIST_INIT(admin_verbs_debug_mapping, list( /obj/effect/debugging/marker/Move() return 0 -/client/proc/do_not_use_these() - set category = "Mapping" - set name = "-None of these are for ingame use!!" - - ..() - /client/proc/camera_view() set category = "Mapping" set name = "Camera Range Display"