Revert "e_map: enable direct render set to the new e_map" 16/261816/4
authorJunSeok Kim <juns.kim@samsung.com>
Tue, 27 Jul 2021 04:39:39 +0000 (04:39 +0000)
committerDoyoun Kang <doyoun.kang@samsung.com>
Tue, 27 Jul 2021 04:53:38 +0000 (04:53 +0000)
This reverts commit bb66ae5c274baf1a92e4b08b7b6790bd80f54167.

Reason for revert: There was a crack screen issue when the 8K image was capture.
We will apply this patch again after fixing it.

Change-Id: I72713e601f39afcbc462b273a2b439d93f2ce35a

src/bin/e_map.c

index 8a195671df223dd358cb7741f979937bbc87b9f4..7f689037430a9b585e03cf759234d0620894aa23 100644 (file)
@@ -64,9 +64,6 @@ e_map_new(void)
    em->count = 4;
    em->internal = EINA_FALSE;
 
-   /* for optimize memory usage */
-   evas_map_direct_render_set(em->map, EINA_TRUE);
-
    return em;
 }