diff options
author | Chris Michael <cpmichael@osg.samsung.com> | 2016-02-05 08:35:04 -0500 |
---|---|---|
committer | Chris Michael <cpmichael@osg.samsung.com> | 2016-02-05 08:35:04 -0500 |
commit | 81d08c1db7bfbc576a1c2a5d6937482b34cdead2 (patch) | |
tree | d168c4316d1f6ecf5d425d6b30f5e6a4d9f4265c | |
parent | d4bd7d70334baf2057b05e6f988103a295979673 (diff) | |
download | efl-81d08c1db7bfbc576a1c2a5d6937482b34cdead2.tar.gz |
edje: Remove unused variables
This patch just removes some unused variables that the compiler was
warning about
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
-rw-r--r-- | src/lib/edje/edje_util.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/edje/edje_util.c b/src/lib/edje/edje_util.c index 892022b96e..6b91c03c14 100644 --- a/src/lib/edje/edje_util.c +++ b/src/lib/edje/edje_util.c @@ -649,9 +649,6 @@ _edje_color_class_apply(const char *color_class, const char *parent) EAPI Eina_Bool edje_color_class_set(const char *color_class, int r, int g, int b, int a, int r2, int g2, int b2, int a2, int r3, int g3, int b3, int a3) { - Eina_Hash *members; - Eina_Iterator *it; - Edje_Refcount *er; Edje_Color_Class *cc; if (!color_class) return EINA_FALSE; |