]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hashmap.h
Removed SetPropertiesFlag() (high-level function using 'undocumented' wxPGProperty...
[wxWidgets.git] / include / wx / hashmap.h
index 1c11d75f803cd04746224095860c334fc84e9312..e2e56195feaa74ee4c944a01289391d2f8f6ba2a 100644 (file)
@@ -679,7 +679,6 @@ public: \
     size_type erase( const key_type& k ) \
         { return CLASSNAME##_wxImplementation_HashTable::erase( k ); } \
     void erase( const iterator& it ) { erase( it->first ); } \
-    void erase( const const_iterator& it ) { erase( it->first ); } \
  \
     /* count() == 0 | 1 */ \
     size_type count( const const_key_type& key ) \