[gimp/gtk3-port: 86/227] app: remove GtkWrapBox



commit 4e5c9effa2e2878d32c7cd72d06641a8a9e0e515
Author: Michael Natterer <mitch gimp org>
Date:   Thu Oct 28 02:32:44 2010 +0200

    app: remove GtkWrapBox

 app/widgets/Makefile.am   |    6 +-
 app/widgets/gimptoolbox.c |    1 -
 app/widgets/gtkhwrapbox.c |  607 ------------------------------
 app/widgets/gtkhwrapbox.h |   69 ----
 app/widgets/gtkwrapbox.c  |  898 ---------------------------------------------
 app/widgets/gtkwrapbox.h  |  134 -------
 6 files changed, 1 insertions(+), 1714 deletions(-)
---
diff --git a/app/widgets/Makefile.am b/app/widgets/Makefile.am
index c851854..a103c68 100644
--- a/app/widgets/Makefile.am
+++ b/app/widgets/Makefile.am
@@ -403,11 +403,7 @@ libappwidgets_a_sources = \
        gimpwindow.c                    \
        gimpwindow.h                    \
        gimpwindowstrategy.c            \
-       gimpwindowstrategy.h            \
-       gtkwrapbox.c                    \
-       gtkwrapbox.h                    \
-       gtkhwrapbox.c                   \
-       gtkhwrapbox.h
+       gimpwindowstrategy.h
 
 libappwidgets_a_built_sources = widgets-enums.c
 
diff --git a/app/widgets/gimptoolbox.c b/app/widgets/gimptoolbox.c
index eae8ad6..4f938ef 100644
--- a/app/widgets/gimptoolbox.c
+++ b/app/widgets/gimptoolbox.c
@@ -51,7 +51,6 @@
 #include "gimptoolpalette.h"
 #include "gimpuimanager.h"
 #include "gimpwidgets-utils.h"
-#include "gtkhwrapbox.h"
 
 #include "about.h"
 


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