X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d8274c928e8a68e6514d07d4dd268aaf8167db17..38759b67942091819c0737676941e3fb92745c3d:/include/wx/hash.h diff --git a/include/wx/hash.h b/include/wx/hash.h index 280c91e83e..cc03625dc4 100644 --- a/include/wx/hash.h +++ b/include/wx/hash.h @@ -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;