[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 01/01: removed unreqired method for unparenting the widget

noreply at xfce.org noreply at xfce.org
Sat Mar 26 23:58:01 CET 2016


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 208c492b93b395597112688e26f49835621b0113
Author: Fabian <timystery at arcor.de>
Date:   Sat Mar 26 23:57:30 2016 +0100

    removed unreqired method for unparenting the widget
---
 src/actions.c | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/src/actions.c b/src/actions.c
index 71deac8..4efb26e 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -42,9 +42,6 @@
 gboolean
 refresh_sensor_data (t_sensors_dialog *sd);
 
-void 
-gtk_widget_unparent_ext (GtkWidget *widget, gpointer data);
-
 
 /* actual implementations */
 gboolean
@@ -105,13 +102,6 @@ refresh_sensor_data (t_sensors_dialog *sd)
 
 
 void
-gtk_widget_unparent_ext (GtkWidget *widget, gpointer data)
-{
-    gtk_widget_unparent(widget);
-}
-
-
-void
 refresh_tacho_view (t_sensors_dialog *sd)
 {
     int idx_chip, idx_feature, row_tacho_table=0, col_tacho_table=0;

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


More information about the Xfce4-commits mailing list