comp-wl: Remove unused variable

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-09 13:44:46 -05:00
parent b61debdcad
commit 72f1b10ea1
1 changed files with 0 additions and 1 deletions

View 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;