mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Remove duplicate function
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3468 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
48d1a0486f
commit
cd4581d03a
2 changed files with 5 additions and 13 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Dec 16 09:22:06 1998 Adam Fedor <fedor@ultra.doc.com>
|
||||
|
||||
* Source/NSApplication.m (NSOpenStepRootDirectory): Remove
|
||||
duplicate function (also in base).
|
||||
|
||||
Wed Dec 16 1998 Felipe A. Rodriguez <far@ix.netcom.com>
|
||||
|
||||
* NSCell.m acceptsFirstResponder implement, editWithFrame: adjust further,
|
||||
|
|
|
@ -1403,16 +1403,3 @@ BOOL result = YES;
|
|||
} // backend
|
||||
|
||||
@end /* NSApplication */
|
||||
|
||||
|
||||
/* Some utilities */
|
||||
NSString *NSOpenStepRootDirectory(void)
|
||||
{
|
||||
NSString* root = [[[NSProcessInfo processInfo] environment]
|
||||
objectForKey:@"GNUSTEP_SYSTEM_ROOT"];
|
||||
|
||||
if (!root)
|
||||
root = @"/";
|
||||
|
||||
return root;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue