Revision: 12556
          http://sourceforge.net/p/skim-app/code/12556
Author:   hofman
Date:     2021-11-13 20:05:12 +0000 (Sat, 13 Nov 2021)
Log Message:
-----------
Remove unused flag

Modified Paths:
--------------
    trunk/SKPDFView.h
    trunk/SKPDFView.m

Modified: trunk/SKPDFView.h
===================================================================
--- trunk/SKPDFView.h   2021-11-13 19:19:06 UTC (rev 12555)
+++ trunk/SKPDFView.h   2021-11-13 20:05:12 UTC (rev 12556)
@@ -149,7 +149,6 @@
     
     struct _pdfvFlags {
         unsigned int hideNotes:1;
-        unsigned int zooming:1;
         unsigned int wantsNewUndoGroup:1;
         unsigned int cursorHidden:1;
         unsigned int useArrowCursorInPresentation:1;

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2021-11-13 19:19:06 UTC (rev 12555)
+++ trunk/SKPDFView.m   2021-11-13 20:05:12 UTC (rev 12556)
@@ -293,7 +293,6 @@
     spellingTag = [NSSpellChecker uniqueSpellDocumentTag];
     
     pdfvFlags.hideNotes = 0;
-    pdfvFlags.zooming = 0;
     pdfvFlags.wantsNewUndoGroup = 0;
     pdfvFlags.cursorHidden = 0;
     pdfvFlags.useArrowCursorInPresentation = [[NSUserDefaults 
standardUserDefaults] boolForKey:SKUseArrowCursorInPresentationKey];

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

Reply via email to