From 5194d12d30f9c7535596ec2e2b1679007c16fec4 Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Mon, 1 Sep 2003 18:15:10 +0000 Subject: [PATCH] Removed unused global currentVersion. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17596 72102866-910b-0410-8b05-ffd578937521 --- Source/NSBundleAdditions.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/NSBundleAdditions.m b/Source/NSBundleAdditions.m index b24eb6ec9..2f5a16bac 100644 --- a/Source/NSBundleAdditions.m +++ b/Source/NSBundleAdditions.m @@ -58,8 +58,6 @@ #include "GNUstepGUI/GSNibTemplates.h" #include "GNUstepGUI/IMLoading.h" -static const int currentVersion = 1; - @implementation NSNibConnector - (void) dealloc