X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=usystem.h;h=0aa18fe3d50351f0dbe478644a17b6201d073648;hb=50ffaff1de1b05f1bf76dd842e734eff2974afd4;hp=51fd307c3ce4695f5fe3bc7e51bd0aaab33c0db6;hpb=ebbd3101235b8a04c34b30eb9a037bb6bae71123;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));