From: Vadim Zeitlin Date: Sun, 6 Jan 2002 22:46:12 +0000 (+0000) Subject: removed extra erroneous DeleteContents() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e0fd69f760e5ae8df150fbe88e18dca6092d6670 removed extra erroneous DeleteContents() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/imagxpm.cpp b/src/common/imagxpm.cpp index d46b11898a..22584d6655 100644 --- a/src/common/imagxpm.cpp +++ b/src/common/imagxpm.cpp @@ -141,7 +141,6 @@ bool wxXPMHandler::SaveFile(wxImage * image, // 3. create color symbols table: wxHashTable table(wxKEY_INTEGER); - table.DeleteContents(TRUE); image->ComputeHistogram(table); char *symbols_data = new char[cols * (chars_per_pixel+1)];