summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen okra Houston <smhouston88@gmail.com>2016-11-09 09:56:20 -0600
committerStephen okra Houston <smhouston88@gmail.com>2016-11-09 09:56:41 -0600
commit4b9ed5cee981867c49b2d2b1a6dd82b544c14431 (patch)
tree862a685c032ae218429a11b63f7c30be79b9e788
parent464eded3a325944e0bbe643469eb01846bda040c (diff)
downloadenlightenment-4b9ed5cee981867c49b2d2b1a6dd82b544c14431.tar.gz
Luncher: Fix shadowed declarations.
-rw-r--r--src/modules/Makefile_luncher.mk2
-rw-r--r--src/modules/luncher/bar.c3
2 files changed, 1 insertions, 4 deletions
diff --git a/src/modules/Makefile_luncher.mk b/src/modules/Makefile_luncher.mk
index d867ff8de0..b8fa862563 100644
--- a/src/modules/Makefile_luncher.mk
+++ b/src/modules/Makefile_luncher.mk
@@ -10,7 +10,7 @@ luncherpkgdir = $(MDIR)/luncher/$(MODULE_ARCH)
luncherpkg_LTLIBRARIES = src/modules/luncher/module.la
src_modules_luncher_module_la_LIBADD = $(MOD_LIBS)
-src_modules_luncher_module_la_CPPFLAGS = $(MOD_CPPFLAGS) -Wall
+src_modules_luncher_module_la_CPPFLAGS = $(MOD_CPPFLAGS)
src_modules_luncher_module_la_LDFLAGS = $(MOD_LDFLAGS)
src_modules_luncher_module_la_SOURCES = src/modules/luncher/mod.c \
src/modules/luncher/luncher.h \
diff --git a/src/modules/luncher/bar.c b/src/modules/luncher/bar.c
index 309375bb23..d5d512658e 100644
--- a/src/modules/luncher/bar.c
+++ b/src/modules/luncher/bar.c
@@ -1041,7 +1041,6 @@ _bar_icon_add(Instance *inst, Efreet_Desktop *desktop, E_Client *non_desktop_cli
l = e_exec_desktop_instances_find(desktop);
if (l)
{
- char ori[32];
snprintf(ori, sizeof(ori), "e,state,on,%s", _bar_location_get(inst));
elm_layout_signal_emit(ic->o_layout, ori, "e");
ic->execs = eina_list_clone(l);
@@ -1352,7 +1351,6 @@ _bar_fill(Instance *inst)
{
EINA_LIST_FOREACH(l, ll, ex)
{
- E_Client *ec;
Eina_Bool skip = EINA_TRUE;
EINA_LIST_FOREACH(ex->clients, lll, ec)
@@ -1616,7 +1614,6 @@ _bar_drop_move(void *data, const char *type EINA_UNUSED, void *event_data)
elm_box_unpack(inst->o_icon_con, inst->place_holder);
if (inst->drop_before)
elm_box_pack_before(inst->o_icon_con, inst->place_holder, inst->drop_before->o_layout);
- //_bar_aspect(inst);
}
static void