diff options
Diffstat (limited to 'misc/splitvt/files/patch-vtmouse.h')
-rw-r--r-- | misc/splitvt/files/patch-vtmouse.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/misc/splitvt/files/patch-vtmouse.h b/misc/splitvt/files/patch-vtmouse.h deleted file mode 100644 index a2484f2bce58..000000000000 --- a/misc/splitvt/files/patch-vtmouse.h +++ /dev/null @@ -1,9 +0,0 @@ ---- vtmouse.h.orig Sat Oct 7 02:22:11 2006 -+++ vtmouse.h Sat Oct 7 02:22:36 2006 -@@ -39,5 +39,5 @@ - extern int event_getc(); - extern void event_quit(); - --extern FILE *xt_input, *xt_output; /* Usually untouched */ -+static FILE *xt_input, *xt_output; /* Usually untouched */ - |