removed unused enum
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
05c8d6df81
commit
a1260bfc7d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user