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