summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2014-11-19 17:10:37 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2014-11-19 17:10:37 +0900
commitbbe94252371396136a5dc011fe7374d9d53d4ee8 (patch)
tree430f298da055388472f2434e86e821f2c42799ff
parent54afef04c2a8c285b4e8b010d59f22ef2cec14bb (diff)
downloadefl-bbe94252371396136a5dc011fe7374d9d53d4ee8.tar.gz
Evas: Remove irrelevant comment and disabled code
-rw-r--r--src/lib/evas/common/evas_image_main.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/evas/common/evas_image_main.c b/src/lib/evas/common/evas_image_main.c
index 89d46a2664..b9af38a3ce 100644
--- a/src/lib/evas/common/evas_image_main.c
+++ b/src/lib/evas/common/evas_image_main.c
@@ -310,13 +310,6 @@ _evas_common_rgba_image_delete(Image_Entry *ie)
}
evas_common_rgba_image_scalecache_shutdown(&im->cache_entry);
if (ie->info.module) evas_module_unref((Evas_Module *)ie->info.module);
- /* memset the image to 0x99 because i recently saw a segv where an
- * seemed to be used BUT its contents were wrong - it looks like it was
- * overwritten by something from efreet - as there was an execute command
- * for a command there and some other signs - but to make sure, I am
- * going to empty this struct out in case this happens again so i know
- * that something else is overwritign this struct - or not */
-// memset(im, 0x99, sizeof(im));
#ifdef EVAS_CSERVE2
if (ie->data1)
ERR("Shouldn't reach this point since we are using cache2: '%s' '%s'",