Revision: 29172 http://sourceforge.net/p/bibdesk/svn/29172 Author: hofman Date: 2025-04-23 14:32:18 +0000 (Wed, 23 Apr 2025) Log Message: ----------- remove unused flag
Modified Paths: -------------- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.h trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.h =================================================================== --- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.h 2025-04-23 09:34:04 UTC (rev 29171) +++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.h 2025-04-23 14:32:18 UTC (rev 29172) @@ -233,7 +233,6 @@ unsigned int scheduledEndFastScroling:1; unsigned int updatingFromSlider:1; unsigned int needsReload:1; - unsigned int unborderedHighlight:1; unsigned int controllingSharedPreviewer:1; unsigned int controllingQLPreviewPanel:1; } _fvFlags; Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m =================================================================== --- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-23 09:34:04 UTC (rev 29171) +++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-23 14:32:18 UTC (rev 29172) @@ -389,7 +389,6 @@ _rubberBandView = nil; _fvFlags.isMouseDown = NO; _fvFlags.isEditable = NO; - _fvFlags.unborderedHighlight = floor(NSAppKitVersionNumber) > NSAppKitVersionNumber10_9; [self setBackgroundColor:[[self class] defaultBackgroundColor]]; _selectionOverlay = NULL; _numberOfColumns = 1; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit