From: Vadim Zeitlin Date: Wed, 1 Aug 2001 11:24:30 +0000 (+0000) Subject: removed duplicate typedef X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9ac1d38b326e9e3bb1817cea7837fd1feb1cce32?ds=inline removed duplicate typedef git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/defs.h b/include/wx/defs.h index 45a4f7403c..19cefa67f6 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -1985,7 +1985,6 @@ typedef void* WXGC; typedef void* WXRegion; typedef void* WXFont; typedef void* WXImage; -typedef void* WXCursor; typedef void* WXFontList; typedef unsigned long Atom; /* this might fail on a few architectures */