X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..5ecd98f17596ce1593741fb379e1ef813de41fcc:/include/wx/osx/accel.h?ds=sidebyside diff --git a/include/wx/osx/accel.h b/include/wx/osx/accel.h index 5a81d61840..a6690acf5f 100644 --- a/include/wx/osx/accel.h +++ b/include/wx/osx/accel.h @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: accel.h +// Name: wx/osx/accel.h // Purpose: wxAcceleratorTable class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -30,7 +29,5 @@ public: int GetCommand( wxKeyEvent &event ); }; -// WXDLLIMPEXP_DATA_CORE(extern wxAcceleratorTable) wxNullAcceleratorTable; - #endif // _WX_ACCEL_H_