From: Gilles Depeyrot Date: Sun, 7 Apr 2002 13:26:58 +0000 (+0000) Subject: removed unused enum X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a1260bfc7d001721aac4e505623a9224793b8d1f removed unused enum git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/window.h b/include/wx/mac/window.h index 9a280522c9..c5fb27507f 100644 --- a/include/wx/mac/window.h +++ b/include/wx/mac/window.h @@ -29,16 +29,9 @@ class WXDLLEXPORT wxTopLevelWindowMac; // constants // --------------------------------------------------------------------------- -// FIXME does anybody use those? they're unused by wxWindows... -enum -{ - wxKEY_SHIFT = 1, - wxKEY_CTRL = 2 -}; - class WXDLLEXPORT wxWindowMac: public wxWindowBase { - DECLARE_DYNAMIC_CLASS(wxWindowMac); + DECLARE_DYNAMIC_CLASS(wxWindowMac) friend class wxDC; friend class wxPaintDC;