]> git.saurik.com Git - wxWidgets.git/commitdiff
removed unused enum
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 7 Apr 2002 13:26:58 +0000 (13:26 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 7 Apr 2002 13:26:58 +0000 (13:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/window.h

index 9a280522c9a4cb6f9c19e1e963699e2931d9da91..c5fb27507f6dffec2ea7986cbef5281bdc5b55bb 100644 (file)
@@ -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;