From 4a6d386dbfed06b3fc2deea46a9406a50b3c8e0e Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sun, 13 Nov 2005 23:18:35 +0000 Subject: [PATCH] Removed redundant definition of Mouse_status; allows compilation on Mac OS X. (Why did it work in Linux?) Some bad bugs still on both OSes with this port (see ptest and testcurs demos). --- x11/pdcx11.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/x11/pdcx11.c b/x11/pdcx11.c index 66cde8b5..d82bdfff 100644 --- a/x11/pdcx11.c +++ b/x11/pdcx11.c @@ -874,11 +874,6 @@ SCREEN *XSP; #endif -/* - * Used by base curses calls - */ -MOUSE_STATUS Mouse_status; - #ifdef FOREIGN XIM Xim; XIC Xic;