Revision: 22602
          http://sourceforge.net/p/bibdesk/svn/22602
Author:   hofman
Date:     2018-09-14 21:35:43 +0000 (Fri, 14 Sep 2018)
Log Message:
-----------
remove unused functions

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

Modified: trunk/bibdesk/BDSKAddCommand.m
===================================================================
--- trunk/bibdesk/BDSKAddCommand.m      2018-09-14 21:03:41 UTC (rev 22601)
+++ trunk/bibdesk/BDSKAddCommand.m      2018-09-14 21:35:43 UTC (rev 22602)
@@ -46,24 +46,6 @@
 
 @implementation BDSKAddCommand
 
-static inline BOOL objectsRespondToSelector(NSArray *objects, SEL selector) {
-    if ([objects count] == 0)
-        return NO;
-    for (id obj in objects)
-        if ([obj respondsToSelector:selector] == NO)
-            return NO;
-    return YES;
-}
-
-static inline BOOL objectsAreKindOfClass(NSArray *objects, Class aClass) {
-    if ([objects count] == 0)
-        return NO;
-    for (id obj in objects)
-        if ([obj isKindOfClass:aClass] == NO)
-            return NO;
-    return YES;
-}
-
 - (id)performDefaultImplementation {
     // get the actual objects to insert
     id directParameter = [self directParameter];

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