Author: gcasa
Date: Sat Jun 27 06:00:05 2015
New Revision: 38713

URL: http://svn.gna.org/viewcvs/gnustep?rev=38713&view=rev
Log:
Remove uneeded class variables.

Modified:
    libs/gui/trunk/Source/NSBrowserCell.m
    libs/gui/trunk/Source/NSSegmentedCell.m

Modified: libs/gui/trunk/Source/NSBrowserCell.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Source/NSBrowserCell.m?rev=38713&r1=38712&r2=38713&view=diff
==============================================================================
--- libs/gui/trunk/Source/NSBrowserCell.m       (original)
+++ libs/gui/trunk/Source/NSBrowserCell.m       Sat Jun 27 06:00:05 2015
@@ -45,9 +45,6 @@
 /*
  * Class variables
  */
-static NSImage *_branch_image;
-static NSImage *_highlight_image;
-
 static Class   _colorClass;
 
 // GNUstep user default to have NSBrowserCell in bold if non leaf
@@ -67,8 +64,6 @@
   if (self == [NSBrowserCell class])
     {
       [self setVersion: 1];
-      ASSIGN(_branch_image, [NSImage imageNamed: @"common_3DArrowRight"]);
-      ASSIGN(_highlight_image, [NSImage imageNamed: @"common_3DArrowRightH"]);
 
       /*
        * Cache classes to avoid overheads of poor compiler implementation.

Modified: libs/gui/trunk/Source/NSSegmentedCell.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Source/NSSegmentedCell.m?rev=38713&r1=38712&r2=38713&view=diff
==============================================================================
--- libs/gui/trunk/Source/NSSegmentedCell.m     (original)
+++ libs/gui/trunk/Source/NSSegmentedCell.m     Sat Jun 27 06:00:05 2015
@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2007 Free Software Foundation, Inc.
  *
- * Author:     Gregory John Casamento <[email protected]>
+ * Author:     Gregory John Casamento <[email protected]>
  * Date:       2007
  * 
  * This file is part of GNUstep.


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to