[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 01/01: Remove unnecessary cast

noreply at xfce.org noreply at xfce.org
Thu Mar 2 23:08:29 CET 2017


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

timystery pushed a commit to branch master
in repository panel-plugins/xfce4-sensors-plugin.

commit bca7265d46acd738c8f4a1e945e92c82ce1c57f0
Author: Fabian <timystery at arcor.de>
Date:   Thu Mar 2 23:08:07 2017 +0100

    Remove unnecessary cast
---
 panel-plugin/sensors-plugin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/sensors-plugin.c b/panel-plugin/sensors-plugin.c
index ac4b681..387a0c9 100644
--- a/panel-plugin/sensors-plugin.c
+++ b/panel-plugin/sensors-plugin.c
@@ -207,7 +207,7 @@ sensors_remove_graphical_panel (t_sensors *ptr_sensorsstructure)
             g_assert (ptr_chipfeature != NULL);
 
             if (ptr_chipfeature->show == TRUE) {
-                ptr_labelledlevelbar = (t_labelledlevelbar*) ptr_sensorsstructure->panels[idx_sensorchips][idx_feature];
+                ptr_labelledlevelbar = ptr_sensorsstructure->panels[idx_sensorchips][idx_feature];
 
                 g_object_unref (ptr_labelledlevelbar->css_provider);
 

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


More information about the Xfce4-commits mailing list