rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=7f9bfce083a77a220f65a7069d61d5d1a53b84ad

commit 7f9bfce083a77a220f65a7069d61d5d1a53b84ad
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Wed Nov 11 09:09:02 2015 +0200

    style_editor: fix warning with unused varible
    
    Change-Id: Ic9716632d506abc515532a0dcaababd7946481a2
---
 src/bin/ui/editors/style_editor.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/ui/editors/style_editor.c 
b/src/bin/ui/editors/style_editor.c
index e6a3dc7..746efe6 100644
--- a/src/bin/ui/editors/style_editor.c
+++ b/src/bin/ui/editors/style_editor.c
@@ -1467,7 +1467,7 @@ ITEM_COLOR_ADD(underline_color, "underline_color", 
"underline_color")
 ITEM_COLOR_ADD(underline2_color, "underline2_color", "underline2_color")
 
 static void
-_text_tab_update(Style_Editor *style_edit, Evas_Object *tabs, const char 
*value)
+_text_tab_update(Style_Editor *style_edit, Evas_Object *tabs __UNUSED__, const 
char *value)
 {
    Evas_Object *layout;
    Evas_Object *fonts_list, *font_size;
@@ -1856,7 +1856,7 @@ _glow_tab_update(Style_Editor *style_edit, Evas_Object 
*tabs, const char *value)
 }*/
 
 static void
-_lines_tab_update(Style_Editor *style_edit, Evas_Object *tabs, const char 
*value)
+_lines_tab_update(Style_Editor *style_edit, Evas_Object *tabs __UNUSED__, 
const char *value)
 {
    Evas_Object *layout;
    Evas_Object *font_strikethrough, *strikethrough_color;

-- 


Reply via email to