Revision: 29996
          http://sourceforge.net/p/bibdesk/svn/29996
Author:   hofman
Date:     2026-02-15 23:02:25 +0000 (Sun, 15 Feb 2026)
Log Message:
-----------
remove ivar that wasn't declared

Modified Paths:
--------------
    trunk/bibdesk/BDSKPreferencePane.m

Modified: trunk/bibdesk/BDSKPreferencePane.m
===================================================================
--- trunk/bibdesk/BDSKPreferencePane.m  2026-02-15 22:32:37 UTC (rev 29995)
+++ trunk/bibdesk/BDSKPreferencePane.m  2026-02-15 23:02:25 UTC (rev 29996)
@@ -44,7 +44,6 @@
 
 @implementation BDSKPreferencePane
 
-@synthesize viewLoaded;
 @dynamic preferenceController, record, identifier, label, toolTip, icon, 
helpAnchor, helpURL, initialValues;
 
 - (instancetype)initWithRecord:(BDSKPreferenceRecord *)aRecord 
forPreferenceController:(BDSKPreferenceController *)aController {
@@ -52,7 +51,6 @@
     if (self) {
         [self setRepresentedObject:aRecord];
         preferenceController = aController;
-        viewLoaded = NO;
         sud = [NSUserDefaults standardUserDefaults];
         observedKeys = nil;
     }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to