From 168979ef3aee68c77b5fae9cd93eaf324a0373dd Mon Sep 17 00:00:00 2001 From: Remie Richards Date: Tue, 21 Apr 2015 09:37:04 +0100 Subject: [PATCH] Removes a variable from an unused/unneeded fix to seeing paintings in hand. --- code/game/objects/structures/artstuff.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/objects/structures/artstuff.dm b/code/game/objects/structures/artstuff.dm index af82cf97946..495c7b9c394 100644 --- a/code/game/objects/structures/artstuff.dm +++ b/code/game/objects/structures/artstuff.dm @@ -51,7 +51,6 @@ var/global/list/globalBlankCanvases[AMT_OF_CANVASES] icon = 'icons/obj/artstuff.dmi' icon_state = "11x11" var/whichGlobalBackup = 1 //List index - var/icon/selfBackup = null //Used so we can still see it in our hands. /obj/item/weapon/canvas/nineteenXnineteen icon_state = "19x19" @@ -125,4 +124,4 @@ var/global/list/globalBlankCanvases[AMT_OF_CANVASES] -#undef AMT_OF_CANVASES \ No newline at end of file +#undef AMT_OF_CANVASES