Revision: 27423
          http://sourceforge.net/p/bibdesk/svn/27423
Author:   hofman
Date:     2022-05-15 21:26:01 +0000 (Sun, 15 May 2022)
Log Message:
-----------
remove unused method

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2022-05-15 15:08:18 UTC (rev 27422)
+++ trunk/bibdesk/BDSKEditor.m  2022-05-15 21:26:01 UTC (rev 27423)
@@ -1228,14 +1228,6 @@
     [(BDSKSplitView *)mainSplitView setPosition:position ofDividerAtIndex:0 
animate:sender != nil];
 }
 
-- (void)endStatusBarAnimation:(NSNumber *)visible {
-    if ([visible boolValue] == NO) {
-        [[self window] setContentBorderThickness:0.0 forEdge:NSMinYEdge];
-        [statusBar removeFromSuperview];
-    }
-    editorFlags.isAnimating = NO;
-}
-
 - (IBAction)toggleStatusBar:(id)sender {
        [[NSUserDefaults standardUserDefaults] setBool:[statusBar isVisible] == 
NO forKey:BDSKShowEditorStatusBarKey];
     [statusBar toggleBelowView:mainSplitView animate:sender != 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