mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Make methods private.
This commit is contained in:
parent
bf7df4a693
commit
6611c50211
2 changed files with 0 additions and 8 deletions
|
@ -53,11 +53,8 @@ extern "C" {
|
|||
- (NSString *) applicationSceneId;
|
||||
|
||||
- (NSData *) dataForIdentifier: (NSString *)identifier;
|
||||
- (NSData *) dataForApplicationScene;
|
||||
- (NSMapTable *) segueMapForIdentifier: (NSString *)identifier;
|
||||
|
||||
- (void) processSegues: (NSXMLDocument *)xmlIn
|
||||
forControllerId: (NSString *)identifier;
|
||||
- (void) processStoryboard: (NSXMLDocument *)storyboardXml;
|
||||
|
||||
@end
|
||||
|
|
|
@ -381,11 +381,6 @@
|
|||
return [xml XMLData];
|
||||
}
|
||||
|
||||
- (NSData *) dataForApplicationScene
|
||||
{
|
||||
return [self dataForIdentifier: APPLICATION];
|
||||
}
|
||||
|
||||
- (void) addStandardObjects: (NSXMLElement *)objects
|
||||
classString: (NSString *) customClassString
|
||||
connections: (NSXMLNode *)appCons
|
||||
|
|
Loading…
Reference in a new issue