diff options
author | rbuj <[email protected]> | 2021-10-27 18:16:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-24 22:38:06 +0100 |
commit | 988e071b6bb8c358f44fa4f243af38db260c4888 (patch) | |
tree | f6766f33f7c1689a7feb07b6b1a5e5731ec9e65b /baobab/src/baobab-chart.c | |
parent | 3d70c8ec7b5b3847fe906974dc178d03a05bdaf7 (diff) | |
download | mate-utils-988e071b6bb8c358f44fa4f243af38db260c4888.tar.bz2 mate-utils-988e071b6bb8c358f44fa4f243af38db260c4888.tar.xz |
Use a blank line at most
Diffstat (limited to 'baobab/src/baobab-chart.c')
-rw-r--r-- | baobab/src/baobab-chart.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/baobab/src/baobab-chart.c b/baobab/src/baobab-chart.c index e32f764c..d8350511 100644 --- a/baobab/src/baobab-chart.c +++ b/baobab/src/baobab-chart.c @@ -167,7 +167,6 @@ static gboolean baobab_chart_query_tooltip (GtkWidget *widget, GtkTooltip *tooltip, gpointer user_data); - static void baobab_chart_class_init (BaobabChartClass *class) { @@ -523,8 +522,6 @@ baobab_chart_get_items (GtkWidget *chart, GtkTreePath *root) return; } - - model_root_path = gtk_tree_path_new_first (); gtk_tree_model_get_iter (priv->model, &model_root_iter, model_root_path); gtk_tree_path_free (model_root_path); @@ -657,7 +654,6 @@ baobab_chart_update_draw (BaobabChart* chart, if (priv->root == NULL) root_path = gtk_tree_path_new_first (); - root_depth = gtk_tree_path_get_depth (root_path); node_depth = gtk_tree_path_get_depth (path); @@ -1182,7 +1178,6 @@ baobab_chart_get_pixbuf (GtkWidget *widget) w = gdk_window_get_width(gtk_widget_get_window(widget)); h = gdk_window_get_height(gtk_widget_get_window(widget)); - pixbuf = gdk_pixbuf_get_from_window ( gtk_widget_get_window (widget), 0, 0, |