Author: mlytwyn
Date: Sat Mar 18 23:37:14 2017
New Revision: 40401

URL: http://svn.gna.org/viewcvs/gnustep?rev=40401&view=rev
Log:
Remove unused methods

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m

Modified: 
libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m?rev=40401&r1=40400&r2=40401&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m   
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/GSXib5KeyedUnarchiver.m   
Sat Mar 18 23:37:14 2017
@@ -822,33 +822,6 @@
     }
 }
 
-#pragma mark - Finish decoding connections (actions/outlets) and runtime 
attributes...
-- (void)processRuntimeAttributes: (NSArray*)runtimeAttributes forObject: 
(id)object
-{
-  NSEnumerator                    *iter             = [runtimeAttributes 
objectEnumerator];
-  IBUserDefinedRuntimeAttribute5  *runtimeAttribute = nil;
-  id                               theObject        = [self nibInstantiate: 
object];
-  
-  while ((runtimeAttribute = [iter nextObject]) != nil)
-  {
-#if defined(DEBUG_XIB5)
-    NSWarnMLog(@"processing object (%@) runtime attr: %@", object, 
runtimeAttribute);
-#endif
-    [theObject setValue: [runtimeAttribute value] forKeyPath: 
[runtimeAttribute keyPath]];
-  }
-}
-
-- (void)processRuntimeAttributes: (NSDictionary*)runtimeAttributes
-{
-  NSEnumerator *iter = [runtimeAttributes keyEnumerator];
-  id            key  = nil; // Key IS object...
-  
-  while ((key = [iter nextObject]))
-  {
-    [self processRuntimeAttribute: [runtimeAttributes objectForKey: key] 
forObject: key];
-  }
-}
-
 #pragma mark - Decoding method(s)...
 // All this code should eventually move into their respective initWithCoder 
class
 // methods - however note - there are a couple that may be duplicated...


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to