raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=50d31fb87f6479c18b5f73d478f732533010572d

commit 50d31fb87f6479c18b5f73d478f732533010572d
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Sun Apr 4 18:17:14 2021 +0100

    shot - comment out unused func
---
 src/modules/shot/e_mod_edit.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/shot/e_mod_edit.c b/src/modules/shot/e_mod_edit.c
index ec6849dc1..76f432466 100644
--- a/src/modules/shot/e_mod_edit.c
+++ b/src/modules/shot/e_mod_edit.c
@@ -1779,7 +1779,7 @@ ui_tool_add(Evas_Object *parent, Evas_Object *tb, 
Evas_Object *radg, int x, int
    evas_object_show(o);
    return rad;
 }
-
+/* not used right now
 static Evas_Object *
 ui_icon_button_add(Evas_Object *parent, const char *icon)
 {
@@ -1798,7 +1798,7 @@ ui_icon_button_add(Evas_Object *parent, const char *icon)
    evas_object_show(o);
    return o;
 }
-
+*/
 static Evas_Object *
 ui_icon_button_standard_add(Evas_Object *parent, const char *icon)
 {

-- 


Reply via email to