diff options
author | Chris Michael <cp.michael@samsung.com> | 2015-02-24 15:36:34 -0500 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2015-02-24 15:36:34 -0500 |
commit | 9e585e3f792a1b876a956021affd870634b66324 (patch) | |
tree | 2b3945c3eed06faa74b71bc01c711a40c8a6cf97 /src/modules | |
parent | e8d0ac4f2d3264c82154a7940372caeaef162c61 (diff) | |
download | enlightenment-9e585e3f792a1b876a956021affd870634b66324.tar.gz |
remove unused variable
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/wl_desktop_shell/e_mod_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/wl_desktop_shell/e_mod_main.c b/src/modules/wl_desktop_shell/e_mod_main.c index 2de888f185..605667b395 100644 --- a/src/modules/wl_desktop_shell/e_mod_main.c +++ b/src/modules/wl_desktop_shell/e_mod_main.c @@ -634,7 +634,6 @@ _e_xdg_shell_surface_configure_send(struct wl_resource *resource, uint32_t edges { E_Client *ec; struct wl_array states; - uint32_t *s; uint32_t serial; DBG("XDG_SHELL: Surface Configure Send: %d \t%d %d\tEdges: %d", |