[gimp/gtk3-port: 68/228] app: remove GimpContainerGridView from the build entirely



commit a576ed6a50453d8e6a467ce7901d4c4e5e6ecb3a
Author: Michael Natterer <mitch gimp org>
Date:   Thu Oct 21 12:04:03 2010 +0200

    app: remove GimpContainerGridView from the build entirely
    
    but leave it in the tree as reference for the time being.

 app/widgets/Makefile.am           |    2 --
 app/widgets/gimpcontainereditor.c |    9 ---------
 2 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/app/widgets/Makefile.am b/app/widgets/Makefile.am
index ee09090..f5b1aa8 100644
--- a/app/widgets/Makefile.am
+++ b/app/widgets/Makefile.am
@@ -77,8 +77,6 @@ libappwidgets_a_sources = \
 	gimpcontainereditor.h		\
 	gimpcontainerentry.c		\
 	gimpcontainerentry.h		\
-	gimpcontainergridview.c		\
-	gimpcontainergridview.h		\
 	gimpcontainericonview.c		\
 	gimpcontainericonview.h		\
 	gimpcontainerpopup.c		\
diff --git a/app/widgets/gimpcontainereditor.c b/app/widgets/gimpcontainereditor.c
index fd1a10d..7947869 100644
--- a/app/widgets/gimpcontainereditor.c
+++ b/app/widgets/gimpcontainereditor.c
@@ -32,7 +32,6 @@
 #include "core/gimpviewable.h"
 
 #include "gimpcontainereditor.h"
-#include "gimpcontainergridview.h"
 #include "gimpcontainericonview.h"
 #include "gimpcontainertreeview.h"
 #include "gimpcontainerview.h"
@@ -233,19 +232,11 @@ gimp_container_editor_constructed (GObject *object)
   switch (editor->priv->view_type)
     {
     case GIMP_VIEW_TYPE_GRID:
-#if 1
       editor->view =
         GIMP_CONTAINER_VIEW (gimp_container_icon_view_new (editor->priv->container,
                                                            editor->priv->context,
                                                            editor->priv->view_size,
                                                            editor->priv->view_border_width));
-#else
-      editor->view =
-        GIMP_CONTAINER_VIEW (gimp_container_grid_view_new (editor->priv->container,
-                                                           editor->priv->context,
-                                                           editor->priv->view_size,
-                                                           editor->priv->view_border_width));
-#endif
       break;
 
     case GIMP_VIEW_TYPE_LIST:



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