comp-wl: Remove unused variable
authorChris Michael <cp.michael@samsung.com>
Fri, 9 Jan 2015 18:44:46 +0000 (13:44 -0500)
committerChris Michael <cp.michael@samsung.com>
Fri, 9 Jan 2015 18:44:46 +0000 (13:44 -0500)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_comp_wl.c

index 1fb97ad..a243296 100644 (file)
@@ -1145,7 +1145,6 @@ _e_comp_wl_compositor_cb_surface_create(struct wl_client *client, struct wl_reso
 {
    E_Comp *comp;
    struct wl_resource *res;
-   pid_t pid;
    E_Pixmap *ep;
 
    if (!(comp = wl_resource_get_user_data(resource))) return;