]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/hash.h
wxTheApp can't be assigned to any longer
[wxWidgets.git] / include / wx / hash.h
index 280c91e83eeba54e31d7a6d9b34db395989b12b1..cc03625dc4a41544de2e717914c4a40f760e93d0 100644 (file)
@@ -383,12 +383,6 @@ public:
             it lit = i->m_iter;
             return citer( i->m_hash, ++lit );
         }
-        citer GetPrevious() const
-        {
-            citer* i = (citer*)this;
-            it lit = i->m_iter;
-            return citer( i->m_hash, ++lit );
-        }
         void SetData( wxObject* e )
         {
             citer* i = (citer*)this;