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).
This commit is contained in:
William McBrine
2005-11-13 23:18:35 +00:00
parent 7adae3ea21
commit 4a6d386dbf

View File

@@ -874,11 +874,6 @@ SCREEN *XSP;
#endif
/*
* Used by base curses calls
*/
MOUSE_STATUS Mouse_status;
#ifdef FOREIGN
XIM Xim;
XIC Xic;