X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=usystem.h;h=0aa18fe3d50351f0dbe478644a17b6201d073648;hb=21a44c336aa8cd16a38f3c682386528c8f112650;hp=51fd307c3ce4695f5fe3bc7e51bd0aaab33c0db6;hpb=447740095b0491c84370083c0ee2bf281aa502bd;p=xboard.git diff --git a/usystem.h b/usystem.h index 51fd307..0aa18fe 100644 --- a/usystem.h +++ b/usystem.h @@ -67,19 +67,6 @@ typedef struct { int fdTo, fdFrom; } ChildProc; -#define INPUT_SOURCE_BUF_SIZE 8192 - -typedef struct { - CPKind kind; - int fd; - int lineByLine; - char *unused; - InputCallback func; - XtInputId xid; - char buf[INPUT_SOURCE_BUF_SIZE]; - VOIDSTAR closure; -} InputSource; - extern char *oldICSInteractionTitle; char *ExpandPathName P((char *path));