[rhythmbox/gobject-introspection: 37/41] remove gseal-gtk-compat.h
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox/gobject-introspection: 37/41] remove gseal-gtk-compat.h
- Date: Sun, 12 Dec 2010 10:01:15 +0000 (UTC)
commit 775c1dcfef2b10e84696214f40dd43424736b80a
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Dec 12 17:18:16 2010 +1000
remove gseal-gtk-compat.h
doc/reference/Makefile.am | 1 -
lib/Makefile.am | 1 -
lib/gseal-gtk-compat.h | 48 --------------------
lib/rb-missing-plugins.c | 1 -
lib/rb-tree-dnd.c | 2 -
.../rb-audioscrobbler-profile-page.c | 1 -
plugins/status-icon/rb-status-icon-plugin.c | 1 -
plugins/visualizer/rb-vis-widget.c | 2 -
plugins/visualizer/rb-visualizer-plugin.c | 1 -
shell/rb-plugin-manager.c | 2 -
shell/rb-shell.c | 1 -
sources/rb-display-page-model.c | 2 -
sources/rb-library-source.c | 1 -
widgets/rb-cell-renderer-pixbuf.c | 1 -
widgets/rb-cell-renderer-rating.c | 1 -
widgets/rb-entry-view.c | 1 -
widgets/rb-library-browser.c | 1 -
widgets/rb-query-creator-properties.c | 1 -
widgets/rb-query-creator.c | 1 -
widgets/rb-rating-helper.c | 1 -
widgets/rb-rating.c | 2 -
21 files changed, 0 insertions(+), 73 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index dee3bd4..33c9175 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -37,7 +37,6 @@ IGNORE_HFILES= \
eggdesktopfile.h \
eggsmclient-private.h \
eggsmclient.h \
- gseal-gtk-compat.h \
md5.h \
mkdtemp.h \
rb-cut-and-paste-code.h \
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 6d787ff..a01f739 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -31,7 +31,6 @@ librb_la_SOURCES = \
eggsmclient.h \
eggsmclient-private.h \
eggsmclient-xsmp.c \
- gseal-gtk-compat.h \
rb-file-helpers.c \
rb-builder-helpers.c \
rb-stock-icons.c \
diff --git a/lib/rb-missing-plugins.c b/lib/rb-missing-plugins.c
index b67f5d8..7f1c593 100644
--- a/lib/rb-missing-plugins.c
+++ b/lib/rb-missing-plugins.c
@@ -26,7 +26,6 @@
#include "rb-missing-plugins.h"
#include "rb-debug.h"
-#include "gseal-gtk-compat.h"
#include <gst/pbutils/pbutils.h>
#include <gst/pbutils/install-plugins.h>
diff --git a/lib/rb-tree-dnd.c b/lib/rb-tree-dnd.c
index 1fddcc5..ed20ce8 100644
--- a/lib/rb-tree-dnd.c
+++ b/lib/rb-tree-dnd.c
@@ -25,8 +25,6 @@
#include "rb-debug.h"
-#include "gseal-gtk-compat.h"
-
#define RB_TREE_DND_STRING "RbTreeDndString"
/* must be the same value as in gtk_tree_view.c */
#define SCROLL_EDGE_SIZE 15
diff --git a/plugins/audioscrobbler/rb-audioscrobbler-profile-page.c b/plugins/audioscrobbler/rb-audioscrobbler-profile-page.c
index 70dc57b..2af4846 100644
--- a/plugins/audioscrobbler/rb-audioscrobbler-profile-page.c
+++ b/plugins/audioscrobbler/rb-audioscrobbler-profile-page.c
@@ -32,7 +32,6 @@
#include <math.h>
#include <lib/eel-gconf-extensions.h>
-#include <lib/gseal-gtk-compat.h>
#include <lib/rb-debug.h>
#include <lib/rb-builder-helpers.h>
#include <lib/rb-file-helpers.h>
diff --git a/plugins/status-icon/rb-status-icon-plugin.c b/plugins/status-icon/rb-status-icon-plugin.c
index 66d0992..9aae8b0 100644
--- a/plugins/status-icon/rb-status-icon-plugin.c
+++ b/plugins/status-icon/rb-status-icon-plugin.c
@@ -52,7 +52,6 @@
#include "rb-stock-icons.h"
#include "eel-gconf-extensions.h"
#include "rb-builder-helpers.h"
-#include "gseal-gtk-compat.h"
#include "rb-tray-icon-gtk.h"
diff --git a/plugins/visualizer/rb-vis-widget.c b/plugins/visualizer/rb-vis-widget.c
index 3f7056d..00f4cc1 100644
--- a/plugins/visualizer/rb-vis-widget.c
+++ b/plugins/visualizer/rb-vis-widget.c
@@ -40,8 +40,6 @@
#include "rb-vis-widget.h"
#include "rb-debug.h"
-#include "gseal-gtk-compat.h"
-
enum
{
PROP_0,
diff --git a/plugins/visualizer/rb-visualizer-plugin.c b/plugins/visualizer/rb-visualizer-plugin.c
index 6f9f2a7..157b381 100644
--- a/plugins/visualizer/rb-visualizer-plugin.c
+++ b/plugins/visualizer/rb-visualizer-plugin.c
@@ -81,7 +81,6 @@
#include <dbus/dbus-glib.h>
#include "rb-vis-widget.h"
-#include "gseal-gtk-compat.h"
/* preferences */
#define CONF_VIS_PREFIX CONF_PREFIX "/plugins/visualizer"
diff --git a/shell/rb-plugin-manager.c b/shell/rb-plugin-manager.c
index dee908c..90387a3 100644
--- a/shell/rb-plugin-manager.c
+++ b/shell/rb-plugin-manager.c
@@ -43,8 +43,6 @@
#include "rb-debug.h"
#include "rb-builder-helpers.h"
-#include "gseal-gtk-compat.h"
-
enum
{
ACTIVE_COLUMN,
diff --git a/shell/rb-shell.c b/shell/rb-shell.c
index e9c4603..38d5600 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -52,7 +52,6 @@
#include <X11/XF86keysym.h>
#endif /* HAVE_MMKEYS */
-#include "gseal-gtk-compat.h"
#include "rb-shell.h"
#include "rb-debug.h"
#include "rb-dialog.h"
diff --git a/sources/rb-display-page-model.c b/sources/rb-display-page-model.c
index 930fd2a..86f33eb 100644
--- a/sources/rb-display-page-model.c
+++ b/sources/rb-display-page-model.c
@@ -44,8 +44,6 @@
#include "rb-auto-playlist-source.h"
#include "rb-static-playlist-source.h"
-#include "gseal-gtk-compat.h"
-
/**
* SECTION:rb-display-page-model
* @short_description: models backing the display page tree
diff --git a/sources/rb-library-source.c b/sources/rb-library-source.c
index 380e51e..7adf55e 100644
--- a/sources/rb-library-source.c
+++ b/sources/rb-library-source.c
@@ -68,7 +68,6 @@
#include "rb-auto-playlist-source.h"
#include "rb-encoder.h"
#include "rb-missing-plugins.h"
-#include "gseal-gtk-compat.h"
static void rb_library_source_class_init (RBLibrarySourceClass *klass);
static void rb_library_source_init (RBLibrarySource *source);
diff --git a/widgets/rb-cell-renderer-pixbuf.c b/widgets/rb-cell-renderer-pixbuf.c
index efb2a3d..e06be67 100644
--- a/widgets/rb-cell-renderer-pixbuf.c
+++ b/widgets/rb-cell-renderer-pixbuf.c
@@ -26,7 +26,6 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include "gseal-gtk-compat.h"
#include "rb-cell-renderer-pixbuf.h"
#include "rb-cut-and-paste-code.h"
diff --git a/widgets/rb-cell-renderer-rating.c b/widgets/rb-cell-renderer-rating.c
index b35e5d6..1c84ec0 100644
--- a/widgets/rb-cell-renderer-rating.c
+++ b/widgets/rb-cell-renderer-rating.c
@@ -29,7 +29,6 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include "gseal-gtk-compat.h"
#include "rb-cell-renderer-rating.h"
#include "rb-marshal.h"
#include "rb-rating-helper.h"
diff --git a/widgets/rb-entry-view.c b/widgets/rb-entry-view.c
index 15fa8b5..d0b0893 100644
--- a/widgets/rb-entry-view.c
+++ b/widgets/rb-entry-view.c
@@ -103,7 +103,6 @@
#include "eel-gconf-extensions.h"
#include "rb-shell-player.h"
#include "rb-cut-and-paste-code.h"
-#include "gseal-gtk-compat.h"
static const GtkTargetEntry rb_entry_view_drag_types[] = {
{ "application/x-rhythmbox-entry", 0, 0 },
diff --git a/widgets/rb-library-browser.c b/widgets/rb-library-browser.c
index e1a98e7..8b19bba 100644
--- a/widgets/rb-library-browser.c
+++ b/widgets/rb-library-browser.c
@@ -35,7 +35,6 @@
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include "gseal-gtk-compat.h"
#include "rb-library-browser.h"
#include "rb-preferences.h"
#include "eel-gconf-extensions.h"
diff --git a/widgets/rb-query-creator-properties.c b/widgets/rb-query-creator-properties.c
index 91f8526..c877835 100644
--- a/widgets/rb-query-creator-properties.c
+++ b/widgets/rb-query-creator-properties.c
@@ -35,7 +35,6 @@
#include "rhythmdb.h"
#include "rb-query-creator-private.h"
#include "rb-rating.h"
-#include "gseal-gtk-compat.h"
const RBQueryCreatorPropertyType string_property_type;
const RBQueryCreatorPropertyType escaped_string_property_type;
diff --git a/widgets/rb-query-creator.c b/widgets/rb-query-creator.c
index f7f7c26..f7bf908 100644
--- a/widgets/rb-query-creator.c
+++ b/widgets/rb-query-creator.c
@@ -41,7 +41,6 @@
#include "rb-preferences.h"
#include "rb-builder-helpers.h"
#include "rb-util.h"
-#include "gseal-gtk-compat.h"
static void rb_query_creator_class_init (RBQueryCreatorClass *klass);
static void rb_query_creator_constructed (GObject *object);
diff --git a/widgets/rb-rating-helper.c b/widgets/rb-rating-helper.c
index 3aeaf9b..182c254 100644
--- a/widgets/rb-rating-helper.c
+++ b/widgets/rb-rating-helper.c
@@ -33,7 +33,6 @@
#include <gtk/gtk.h>
#include <glib/gi18n.h>
-#include "gseal-gtk-compat.h"
#include "rb-cut-and-paste-code.h"
#include "rb-rating-helper.h"
#include "rb-stock-icons.h"
diff --git a/widgets/rb-rating.c b/widgets/rb-rating.c
index bf253f0..afd151b 100644
--- a/widgets/rb-rating.c
+++ b/widgets/rb-rating.c
@@ -37,8 +37,6 @@
#include "rb-stock-icons.h"
#include "rb-cut-and-paste-code.h"
-#include "gseal-gtk-compat.h"
-
/* Offset at the beggining of the widget */
#define X_OFFSET 0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]