comment out unneeded delete that triggers free() instead of GC_free()

svn: r4884
This commit is contained in:
Matthew Flatt 2006-11-18 23:25:38 +00:00
parent 31f39a0f0f
commit b03b114135

View File

@ -2812,7 +2812,7 @@ void wxMediaEdit::EndPrint(wxDC *, void *data)
SetMaxWidth(savedInfo->maxw);
SetAutowrapBitmap(savedInfo->bm);
DELETE_OBJ savedInfo;
/* DELETE_OBJ savedInfo; */
}
{