Minor fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2059 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
netcrep 1997-01-23 18:17:28 +00:00
parent 37cb5135e1
commit c6e9d304af
6 changed files with 24 additions and 14 deletions

View file

@ -35,9 +35,6 @@
// NSColorList notifications
NSString *NSColorListChangedNotification = @"NSColorListChange";
// NSColorList exceptions
NSString *NSColorListNotEditableException = @"NSColorListNotEditable";
// global variable
static NSMutableArray *gnustep_available_color_lists;
static NSLock *gnustep_color_list_lock;