]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/accel.h
More German translations updates from Sebastian Walderich.
[wxWidgets.git] / include / wx / osx / accel.h
index 5a81d61840011f8dca1b054352c4404f8e297039..a6690acf5fb034dbcd7eb40a7ecaf7aa00137bc0 100644 (file)
@@ -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_