]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textbuf.cpp
Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW...
[wxWidgets.git] / src / common / textbuf.cpp
index 6158973ff1e470075a9ce36c6e913590359f34b1..42268b62ed4b0a171248017722f3feb12248a190 100644 (file)
@@ -146,10 +146,6 @@ wxTextBuffer::wxTextBuffer(const wxString& strBufferName)
     m_isOpened = false;
 }
 
-wxTextBuffer::~wxTextBuffer()
-{
-}
-
 // ----------------------------------------------------------------------------
 // buffer operations
 // ----------------------------------------------------------------------------