mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Comment out possibly bogus code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10512 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d8add08016
commit
15488f8dbc
1 changed files with 4 additions and 1 deletions
|
@ -3154,8 +3154,10 @@ handle_printf_atsign (FILE *stream,
|
|||
indent: (unsigned)level
|
||||
to: (id<GNUDescriptionDestination>)output
|
||||
{
|
||||
extern BOOL GSMacOSXCompatiblePropertyLists();
|
||||
unsigned length;
|
||||
/*
|
||||
* Don't think the following should be there.
|
||||
extern BOOL GSMacOSXCompatiblePropertyLists();
|
||||
|
||||
if (GSMacOSXCompatiblePropertyLists() == YES)
|
||||
{
|
||||
|
@ -3164,6 +3166,7 @@ handle_printf_atsign (FILE *stream,
|
|||
[output appendString: GSXMLPlMake(self, aLocale, level)];
|
||||
return;
|
||||
}
|
||||
*/
|
||||
|
||||
if ((length = [self length]) == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue