Revision: 12983 http://sourceforge.net/p/skim-app/code/12983 Author: hofman Date: 2022-07-06 16:24:24 +0000 (Wed, 06 Jul 2022) Log Message: ----------- remove property declarations
Modified Paths: -------------- trunk/SKStatusBar.h trunk/SKStatusBar.m Modified: trunk/SKStatusBar.h =================================================================== --- trunk/SKStatusBar.h 2022-07-06 16:18:04 UTC (rev 12982) +++ trunk/SKStatusBar.h 2022-07-06 16:24:24 UTC (rev 12983) @@ -59,7 +59,6 @@ @property (nonatomic, readonly) NSProgressIndicator *progressIndicator; @property (nonatomic, retain) NSImage *icon; @property (nonatomic) SKProgressIndicatorStyle progressIndicatorStyle; -@property (nonatomic) double progressIndicatorValue, progressIndicatorMaxValue; - (void)toggleBelowView:(NSView *)view animate:(BOOL)animate; Modified: trunk/SKStatusBar.m =================================================================== --- trunk/SKStatusBar.m 2022-07-06 16:18:04 UTC (rev 12982) +++ trunk/SKStatusBar.m 2022-07-06 16:24:24 UTC (rev 12983) @@ -63,7 +63,7 @@ @implementation SKStatusBar @synthesize animating, leftField, rightField, progressIndicator; -@dynamic visible, icon, progressIndicatorStyle, progressIndicatorValue, progressIndicatorMaxValue; +@dynamic visible, icon, progressIndicatorStyle; - (id)initWithFrame:(NSRect)frame { self = [super initWithFrame:frame]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit