OSDN Git Service

Delete unused source files for 1.98d.
[ffftp/ffftp.git] / contrib / putty / LDISC.H
diff --git a/contrib/putty/LDISC.H b/contrib/putty/LDISC.H
deleted file mode 100644 (file)
index ef84f6d..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*\r
- * ldisc.h: defines the Ldisc data structure used by ldisc.c and\r
- * ldiscucs.c. (Unfortunately it was necessary to split the ldisc\r
- * module in two, to avoid unnecessarily linking in the Unicode\r
- * stuff in tools that don't require it.)\r
- */\r
-\r
-#ifndef PUTTY_LDISC_H\r
-#define PUTTY_LDISC_H\r
-\r
-typedef struct ldisc_tag {\r
-    Terminal *term;\r
-    Backend *back;\r
-    Config *cfg;\r
-    void *backhandle;\r
-    void *frontend;\r
-\r
-    char *buf;\r
-    int buflen, bufsiz, quotenext;\r
-} *Ldisc;\r
-\r
-#endif /* PUTTY_LDISC_H */\r