Remove uneeded class variables.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@38713 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2015-06-27 04:00:05 +00:00
parent 971a573445
commit d50df5f9c3
2 changed files with 1 additions and 6 deletions

View file

@ -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 @@ static NSFont *_leafFont;
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.

View file

@ -2,7 +2,7 @@
*
* Copyright (C) 2007 Free Software Foundation, Inc.
*
* Author: Gregory John Casamento <greg_casamento@yahoo.com>
* Author: Gregory John Casamento <greg.casamento@gmail.com>
* Date: 2007
*
* This file is part of GNUstep.