Remove unused ivars found by static analyser.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32528 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2011-03-10 22:18:42 +00:00
parent 27cdc948f0
commit 80015b49b4
3 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2011-03-10 Fred Kiefer <FredKiefer@gmx.de>
* Headers/Additions/GNUstepGUI/GSTitleView.h,
* Headers/AppKit/NSProgressIndicator.h: Remove unused ivars found
by static analyser.
2011-03-09 Wolfgang Lux <wolfgang.lux@gmail.com> 2011-03-09 Wolfgang Lux <wolfgang.lux@gmail.com>
* Source/NSPopUpButtonCell.m (-dealloc): Stop observing * Source/NSPopUpButtonCell.m (-dealloc): Stop observing

View file

@ -43,8 +43,6 @@
@private @private
id _owner; id _owner;
unsigned _ownedByMenu; unsigned _ownedByMenu;
unsigned _hasCloseButton;
unsigned _hasMiniaturizeButton;
unsigned _isKeyWindow; unsigned _isKeyWindow;
unsigned _isMainWindow; unsigned _isMainWindow;
unsigned _isActiveApplication; unsigned _isActiveApplication;

View file

@ -72,7 +72,7 @@ typedef enum _NSProgressIndicatorStyle
BOOL _isRunning; BOOL _isRunning;
int _count; int _count;
NSTimer *_timer; NSTimer *_timer;
NSThread *_thread; id _reserved;
} }
// //