mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
no checksnarf
This commit is contained in:
parent
065cba5bac
commit
2ff29ba87a
1 changed files with 0 additions and 11 deletions
|
@ -656,17 +656,6 @@ appleputsnarf(char *s)
|
|||
/* CFRelease(cfdata); ??? */
|
||||
qunlock(&clip.lk);
|
||||
}
|
||||
static int useapplesnarf = -1;
|
||||
static int
|
||||
checkapplesnarf(void)
|
||||
{
|
||||
char *x;
|
||||
|
||||
x = getenv("USEX11SNARF");
|
||||
if(x && x[0])
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
#endif /* APPLESNARF */
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue