From a1260bfc7d001721aac4e505623a9224793b8d1f Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 7 Apr 2002 13:26:58 +0000 Subject: [PATCH] removed unused enum git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/window.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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;