[gimp/gtk3-port: 399/457] warp, file-svg: remove commented out code, not sure what this is supposed to do.
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 399/457] warp, file-svg: remove commented out code, not sure what this is supposed to do.
- Date: Sat, 19 May 2018 18:37:12 +0000 (UTC)
commit 49d0bf0a3fe6a01aa457b1283e1a0e646c17a4df
Author: Simon Budig <simon budig de>
Date: Wed May 9 00:42:43 2018 +0200
warp, file-svg: remove commented out code, not sure what this is supposed to do.
plug-ins/common/file-svg.c | 4 ----
plug-ins/common/warp.c | 3 ---
2 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/plug-ins/common/file-svg.c b/plug-ins/common/file-svg.c
index 32a7056..5da4caa 100644
--- a/plug-ins/common/file-svg.c
+++ b/plug-ins/common/file-svg.c
@@ -778,8 +778,6 @@ load_dialog (const gchar *filename,
grid = gtk_grid_new ();
gtk_grid_set_row_spacing (GTK_GRID (grid), 6);
gtk_grid_set_column_spacing (GTK_GRID (grid), 6);
- // gtk_table_set_row_spacing (GTK_GRID (grid), 0, 2);
- // gtk_table_set_row_spacing (GTK_GRID (grid), 2, 2);
gtk_box_pack_start (GTK_BOX (hbox), grid, TRUE, TRUE, 0);
gtk_widget_show (grid);
@@ -846,8 +844,6 @@ load_dialog (const gchar *filename,
gtk_widget_show (hbox);
grid2 = gtk_grid_new ();
- // gtk_table_set_col_spacing (GTK_GRID (grid2), 0, 2);
- // gtk_table_set_row_spacing (GTK_GRID (grid2), 0, 4);
gtk_box_pack_start (GTK_BOX (hbox), grid2, FALSE, FALSE, 0);
xadj = (GtkAdjustment *)
diff --git a/plug-ins/common/warp.c b/plug-ins/common/warp.c
index b61c4a8..f98c32e 100644
--- a/plug-ins/common/warp.c
+++ b/plug-ins/common/warp.c
@@ -400,7 +400,6 @@ warp_dialog (GimpDrawable *drawable)
grid = gtk_grid_new ();
gtk_grid_set_row_spacing (GTK_GRID (grid), 6);
gtk_grid_set_column_spacing (GTK_GRID (grid), 6);
- // gtk_table_set_col_spacing (GTK_GRID (grid), 1, 12);
gtk_container_add (GTK_CONTAINER (frame), grid);
gtk_widget_show (grid);
@@ -542,7 +541,6 @@ warp_dialog (GimpDrawable *drawable)
grid = gtk_grid_new ();
gtk_grid_set_row_spacing (GTK_GRID (grid), 6);
gtk_grid_set_column_spacing (GTK_GRID (grid), 6);
- // gtk_table_set_col_spacing (GTK_GRID (grid), 1, 12);
gtk_container_add (GTK_CONTAINER (frame), grid);
gtk_widget_show (grid);
@@ -632,7 +630,6 @@ warp_dialog (GimpDrawable *drawable)
grid = gtk_grid_new ();
gtk_grid_set_row_spacing (GTK_GRID (grid), 6);
gtk_grid_set_column_spacing (GTK_GRID (grid), 6);
- // gtk_table_set_col_spacing (GTK_GRID (grid), 1, 12);
gtk_container_add (GTK_CONTAINER (frame), grid);
gtk_widget_show (grid);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]