[gimp/gtk3-port] SQUASH into e3aba27bf1271186adb85a5b8695a8fe17ee76b3



commit 1b02e9649d0b7c260a63a21e5587db94f882963c
Author: Simon Budig <simon budig de>
Date:   Sat May 5 23:01:56 2018 +0200

    SQUASH into e3aba27bf1271186adb85a5b8695a8fe17ee76b3
    
    (everything seems fine)

 plug-ins/ifs-compose/ifs-compose.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/plug-ins/ifs-compose/ifs-compose.c b/plug-ins/ifs-compose/ifs-compose.c
index 426289c..d979073 100644
--- a/plug-ins/ifs-compose/ifs-compose.c
+++ b/plug-ins/ifs-compose/ifs-compose.c
@@ -57,8 +57,6 @@
 #define PLUG_IN_BINARY   "ifs-compose"
 #define PLUG_IN_ROLE     "gimp-ifs-compose"
 
-#warning the removal of the GtkTables is unverified. please compare against 2.8
-
 typedef enum
 {
   OP_TRANSLATE,
@@ -502,10 +500,7 @@ ifs_compose_trans_page (void)
 
   grid = gtk_grid_new ();
   gtk_grid_set_column_spacing (GTK_GRID (grid), 12);
-  // gtk_table_set_col_spacing (GTK_GRID (grid), 2, 6);
-  // gtk_table_set_col_spacing (GTK_GRID (grid), 4, 6);
   gtk_grid_set_row_spacing (GTK_GRID (grid), 12);
-  // gtk_table_set_row_spacing (GTK_GRID (grid), 2, 6);
   gtk_box_pack_start (GTK_BOX (vbox), grid, FALSE, FALSE, 0);
   gtk_widget_show (grid);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]