mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 08:51:23 +00:00
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:
parent
27cdc948f0
commit
80015b49b4
3 changed files with 7 additions and 3 deletions
|
@ -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>
|
||||
|
||||
* Source/NSPopUpButtonCell.m (-dealloc): Stop observing
|
||||
|
|
|
@ -43,8 +43,6 @@
|
|||
@private
|
||||
id _owner;
|
||||
unsigned _ownedByMenu;
|
||||
unsigned _hasCloseButton;
|
||||
unsigned _hasMiniaturizeButton;
|
||||
unsigned _isKeyWindow;
|
||||
unsigned _isMainWindow;
|
||||
unsigned _isActiveApplication;
|
||||
|
|
|
@ -72,7 +72,7 @@ typedef enum _NSProgressIndicatorStyle
|
|||
BOOL _isRunning;
|
||||
int _count;
|
||||
NSTimer *_timer;
|
||||
NSThread *_thread;
|
||||
id _reserved;
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue