X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..85047589a993f5c5529e1dae284be8af84cd68ef:/include/wx/osx/accel.h?ds=sidebyside diff --git a/include/wx/osx/accel.h b/include/wx/osx/accel.h index 5a81d61840..9df01e5230 100644 --- a/include/wx/osx/accel.h +++ b/include/wx/osx/accel.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: accel.h +// Name: wx/osx/accel.h // Purpose: wxAcceleratorTable class // Author: Stefan Csomor // Modified by: @@ -30,7 +30,5 @@ public: int GetCommand( wxKeyEvent &event ); }; -// WXDLLIMPEXP_DATA_CORE(extern wxAcceleratorTable) wxNullAcceleratorTable; - #endif // _WX_ACCEL_H_