diff --git a/ChangeLog b/ChangeLog index adbd469af..689e3b4cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-03-10 Fred Kiefer + + * Headers/Additions/GNUstepGUI/GSTitleView.h, + * Headers/AppKit/NSProgressIndicator.h: Remove unused ivars found + by static analyser. + 2011-03-09 Wolfgang Lux * Source/NSPopUpButtonCell.m (-dealloc): Stop observing diff --git a/Headers/Additions/GNUstepGUI/GSTitleView.h b/Headers/Additions/GNUstepGUI/GSTitleView.h index c48bddc55..9dccb1db6 100644 --- a/Headers/Additions/GNUstepGUI/GSTitleView.h +++ b/Headers/Additions/GNUstepGUI/GSTitleView.h @@ -43,8 +43,6 @@ @private id _owner; unsigned _ownedByMenu; - unsigned _hasCloseButton; - unsigned _hasMiniaturizeButton; unsigned _isKeyWindow; unsigned _isMainWindow; unsigned _isActiveApplication; diff --git a/Headers/AppKit/NSProgressIndicator.h b/Headers/AppKit/NSProgressIndicator.h index f429faa5c..08cc3345e 100644 --- a/Headers/AppKit/NSProgressIndicator.h +++ b/Headers/AppKit/NSProgressIndicator.h @@ -72,7 +72,7 @@ typedef enum _NSProgressIndicatorStyle BOOL _isRunning; int _count; NSTimer *_timer; - NSThread *_thread; + id _reserved; } //