parent
33f4a427c3
commit
6575f44818
|
@ -173,6 +173,8 @@ uiMultilineEntry *uiNewMultilineEntry(void)
|
||||||
return e;
|
return e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
|
||||||
NSMutableString *s;
|
NSMutableString *s;
|
||||||
static void add(const char *fmt, ...)
|
static void add(const char *fmt, ...)
|
||||||
{
|
{
|
||||||
|
@ -322,3 +324,5 @@ _s.tv = tv;
|
||||||
|
|
||||||
fprintf(stdout, "%s", [s UTF8String]);
|
fprintf(stdout, "%s", [s UTF8String]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue