This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit 0c76f831533b62baf4f3794045d097668b3477a9
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Wed Oct 30 20:28:39 2024 +0000

    comment out and remove unused stuff
---
 src/efm/efm_custom.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/efm/efm_custom.c b/src/efm/efm_custom.c
index 082f056..914fb32 100644
--- a/src/efm/efm_custom.c
+++ b/src/efm/efm_custom.c
@@ -1,8 +1,6 @@
-#include "cmd.h"
 #include "efm.h"
 #include "efm_util.h"
 #include "efm_custom.h"
-
 #include "bitmap.h"
 
 #define INVALID -999999
@@ -56,6 +54,7 @@ _icon_custom_data_coord_to_tile(Custom_Data *cd, int *x, int *y, int *w, int *h)
   _icon_custom_data_coord1_to_tile(cd->th, y, h);
 }
 
+/* not used atm
 static inline Eina_Bool
 _icon_custom_data_region1_clip(int allocsz, int *x, int *w)
 { // 1d clip run of x+w to 0->sz run, return false == 0 sized
@@ -69,7 +68,9 @@ _icon_custom_data_region1_clip(int allocsz, int *x, int *w)
   if (*w <= 0) return EINA_FALSE; // out of bounds
   return EINA_TRUE;
 }
+*/
 
+/* not used atm
 static inline Eina_Bool
 _icon_custom_data_region_clip(Custom_Data *cd, int *x, int *y, int *w, int *h)
 { // clip to 0,0 -> alloc_w,alloc_h region
@@ -77,6 +78,7 @@ _icon_custom_data_region_clip(Custom_Data *cd, int *x, int *y, int *w, int *h)
   if (!_icon_custom_data_region1_clip(cd->alloc_h, y, h)) return EINA_FALSE;
   return EINA_TRUE;
 }
+*/
 
 static void
 _icon_custom_data_resize(Smart_Data *sd, int w, int h)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to