projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28c84f9
)
enlightenment: Remove legacy unused e_pixmap_image_draw_done function
author
Chris Michael
<cp.michael@samsung.com>
Wed, 12 Aug 2015 18:19:47 +0000
(14:19 -0400)
committer
Chris Michael
<cp.michael@samsung.com>
Wed, 12 Aug 2015 18:20:05 +0000
(14:20 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_pixmap.c
patch
|
blob
|
history
diff --git
a/src/bin/e_pixmap.c
b/src/bin/e_pixmap.c
index
2d5943e
..
48dc771
100644
(file)
--- a/
src/bin/e_pixmap.c
+++ b/
src/bin/e_pixmap.c
@@
-842,21
+842,6
@@
e_pixmap_image_draw(E_Pixmap *cp, const Eina_Rectangle *r)
return EINA_FALSE;
}
-E_API void
-e_pixmap_image_draw_done(E_Pixmap *cp)
-{
- EINA_SAFETY_ON_NULL_RETURN(cp);
-
-#ifdef HAVE_WAYLAND
- struct wl_shm_buffer *shm_buffer;
-
- shm_buffer = wl_shm_buffer_get(cp->buffer_ref.buffer->resource);
- if (!shm_buffer) return;
-
- wl_shm_buffer_end_access(shm_buffer);
-#endif
-}
-
E_API void
e_pixmap_image_opaque_set(E_Pixmap *cp, int x, int y, int w, int h)
{