[libgda] autotools: Fix build without GSEAL
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] autotools: Fix build without GSEAL
- Date: Mon, 13 Aug 2018 21:30:04 +0000 (UTC)
commit 20e27d915965f51bb58fd934e94409378e3d1427
Author: Daniel Espinosa <esodan gmail com>
Date: Mon Aug 13 16:28:54 2018 -0500
autotools: Fix build without GSEAL
libgda-ui/gdaui-set.c | 6 ------
tools/browser/mgr-favorites.c | 2 +-
2 files changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/libgda-ui/gdaui-set.c b/libgda-ui/gdaui-set.c
index 399d7549d..1d5c79319 100644
--- a/libgda-ui/gdaui-set.c
+++ b/libgda-ui/gdaui-set.c
@@ -25,7 +25,6 @@
#include "gdaui-set.h"
#include "marshallers/gdaui-marshal.h"
-#ifdef GSEAL_ENABLE
/**
* GdauiSetGroup:
* @group:
@@ -49,8 +48,6 @@ struct _GdauiSetGroup {
gpointer _gda_reserved1;
gpointer _gda_reserved2;
};
-#else
-#endif
/*
Register GdauiSetGroup type
@@ -193,7 +190,6 @@ gdaui_set_group_get_group (GdauiSetGroup *sg)
return sg->group;
}
-#ifdef GSEAL_ENABLE
/**
* GdauiSetSource:
* @source: a #GdaSetSource
@@ -229,8 +225,6 @@ struct _GdauiSetSource {
gpointer _gda_reserved3;
gpointer _gda_reserved4;
};
-#else
-#endif
/*
Register GdauiSetSource type
diff --git a/tools/browser/mgr-favorites.c b/tools/browser/mgr-favorites.c
index 599e6cb22..6327e5291 100644
--- a/tools/browser/mgr-favorites.c
+++ b/tools/browser/mgr-favorites.c
@@ -353,7 +353,7 @@ hash_for_existing_nodes (const GSList *nodes)
return hash;
}
-gboolean icons_resol_cb (MgrFavorites *mgr);
+static gboolean icons_resol_cb (MgrFavorites *mgr);
static GSList *
mgr_favorites_update_children (GdaTreeManager *manager, GdaTreeNode *node, const GSList *children_nodes,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]