]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/accel.h
Split wxTextCompleter into a base class and wxTextCompleterSimple.
[wxWidgets.git] / include / wx / osx / accel.h
index 5a81d61840011f8dca1b054352c4404f8e297039..9df01e52302a9052ade14bf077043d55cbdb4f2e 100644 (file)
@@ -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_