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

git pushed a commit to branch master
in repository enlightenment.

View the commit online.

commit 76bd545dea038b44593add039244d17a73858f72
Author: Carsten Haitzler <[email protected]>
AuthorDate: Wed Jan 14 14:48:25 2026 +0000

    cpufreq - remove unused update timer in instance
---
 src/modules/cpufreq/e_mod_main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/modules/cpufreq/e_mod_main.c b/src/modules/cpufreq/e_mod_main.c
index d528972a2..16886a604 100644
--- a/src/modules/cpufreq/e_mod_main.c
+++ b/src/modules/cpufreq/e_mod_main.c
@@ -29,7 +29,6 @@ struct _Instance
   Evas_Object     *o_popup_lay;
   Evas_Object     *o_popup_disp;
   Evas_Object     *o_gadimg;
-  Ecore_Timer     *update_timer;
   Eina_List       *strings;
   int              gadimg_w, gadimg_h;
   int              popup_w;
@@ -255,7 +254,6 @@ _gc_shutdown(E_Gadcon_Client *gcc)
      eina_list_remove(cpufreq_config->instances, inst);
    evas_object_del(inst->o_gadimg);
    evas_object_del(inst->o_cpu);
-   if (inst->update_timer) ecore_timer_del(inst->update_timer);
    EINA_LIST_FREE(inst->strings, s) eina_stringshare_del(s);
    free(inst);
 

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

Reply via email to