[gnome-builder] Revert "about: stub out an about dialog window."



commit dccad286b37fa7d47b6b9ebb1010b957e784a7f8
Author: Christian Hergert <christian hergert me>
Date:   Sun Sep 14 20:10:23 2014 -0700

    Revert "about: stub out an about dialog window."
    
    This reverts commit d1379b4002edee5ba8038c0cefbc11751e768789.
    
    Conflicts:
        src/app/gb-application.c

 src/about/gb-about-window.c               |   79 -----------------------------
 src/about/gb-about-window.h               |   56 --------------------
 src/app/gb-application.c                  |    1 -
 src/gnome-builder.mk                      |    3 -
 src/resources/gnome-builder.gresource.xml |    1 -
 src/resources/ui/gb-about-window.ui       |   22 --------
 6 files changed, 0 insertions(+), 162 deletions(-)
---
diff --git a/src/app/gb-application.c b/src/app/gb-application.c
index f9f7f1d..13727ae 100644
--- a/src/app/gb-application.c
+++ b/src/app/gb-application.c
@@ -25,7 +25,6 @@
 
 #include <glib/gi18n.h>
 
-#include "gb-about-window.h"
 #include "gb-application.h"
 #include "gb-log.h"
 #include "gb-keybindings.h"
diff --git a/src/gnome-builder.mk b/src/gnome-builder.mk
index c45c726..332d6b7 100644
--- a/src/gnome-builder.mk
+++ b/src/gnome-builder.mk
@@ -6,8 +6,6 @@ BUILT_FILES = \
 
 gnome_builder_SOURCES = \
        $(BUILT_FILES) \
-       src/about/gb-about-window.c \
-       src/about/gb-about-window.h \
        src/animation/gb-animation.c \
        src/animation/gb-animation.h \
        src/animation/gb-frame-source.c \
@@ -116,7 +114,6 @@ gnome_builder_CFLAGS = \
        $(GTK_CFLAGS) \
        $(MAINTAINER_CFLAGS) \
        $(WEBKIT_CFLAGS) \
-       -I$(top_srcdir)/src/about \
        -I$(top_srcdir)/src/animation \
        -I$(top_srcdir)/src/app \
        -I$(top_srcdir)/src/devhelp \
diff --git a/src/resources/gnome-builder.gresource.xml b/src/resources/gnome-builder.gresource.xml
index e9dfee6..866602e 100644
--- a/src/resources/gnome-builder.gresource.xml
+++ b/src/resources/gnome-builder.gresource.xml
@@ -17,7 +17,6 @@
     <file>snippets/c.snippets</file>
     <file>snippets/chdr.snippets</file>
 
-    <file>ui/gb-about-window.ui</file>
     <file>ui/gb-devhelp-tab.ui</file>
     <file>ui/gb-editor-tab.ui</file>
     <file>ui/gb-tab-label.ui</file>


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