From 822879c1a1b13410ca0c586b009d7801e774107c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 7 Apr 2017 16:07:25 -0400 Subject: [PATCH] remove uuid references from e_pixmap.c I don't know what these are for? --- src/bin/e_pixmap.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c index 1625cd4d5..5982f88ed 100644 --- a/src/bin/e_pixmap.c +++ b/src/bin/e_pixmap.c @@ -2,7 +2,6 @@ #ifdef HAVE_WAYLAND # include "e_comp_wl.h" -# include # ifndef EGL_TEXTURE_FORMAT # define EGL_TEXTURE_FORMAT 0x3080 # endif @@ -53,7 +52,6 @@ struct _E_Pixmap struct wl_listener held_buffer_destroy_listener; void *data; Eina_Rectangle opaque; - uuid_t uuid; Eina_List *free_buffers; #endif @@ -351,7 +349,6 @@ e_pixmap_new(E_Pixmap_Type type, ...) cp = _e_pixmap_new(type); cp->win = id; eina_hash_add(pixmaps[type], &id, cp); - uuid_generate(cp->uuid); #endif break; default: break;