From 80015b49b42aa3fb8762f80efe38035255d330a6 Mon Sep 17 00:00:00 2001 From: fredkiefer Date: Thu, 10 Mar 2011 22:18:42 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ Headers/Additions/GNUstepGUI/GSTitleView.h | 2 -- Headers/AppKit/NSProgressIndicator.h | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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; } //