X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ef44ad5631a1790f975e1e43d453bcc9f6c48f9..cc95f4f9477e96ac2ce9a18f410ef98a169a75a6:/src/common/imagxpm.cpp?ds=inline 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)];