Revision: 12971 http://sourceforge.net/p/skim-app/code/12971 Author: hofman Date: 2022-06-28 16:30:16 +0000 (Tue, 28 Jun 2022) Log Message: ----------- don't shadow ivar
Modified Paths: -------------- trunk/SKReadingBar.m Modified: trunk/SKReadingBar.m =================================================================== --- trunk/SKReadingBar.m 2022-06-28 16:11:41 UTC (rev 12970) +++ trunk/SKReadingBar.m 2022-06-28 16:30:16 UTC (rev 12971) @@ -147,7 +147,6 @@ } - (NSInteger)maxLine { - NSInteger lineCount = (NSInteger)lineCount; return lineCount == 0 ? -1 : MAX(0, lineCount - (NSInteger)numberOfLines); } 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