discomfitor pushed a commit to branch enlightenment-0.21.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=822879c1a1b13410ca0c586b009d7801e774107c

commit 822879c1a1b13410ca0c586b009d7801e774107c
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Apr 7 16:07:25 2017 -0400

    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 1625cd4..5982f88 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 <uuid.h>
 # 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;

-- 


Reply via email to