[libgda] Remove outdated deprecation annotations
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Remove outdated deprecation annotations
- Date: Sat, 9 Mar 2019 00:37:02 +0000 (UTC)
commit 349e1c52b44558d373fb8c43298647b4febfa8e1
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date: Fri Mar 8 09:55:00 2019 -0600
Remove outdated deprecation annotations
configure.ac | 6 ++----
control-center/gdaui-dsn-assistant.c | 1 -
2 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index df3185a08..c32589951 100644
--- a/configure.ac
+++ b/configure.ac
@@ -955,11 +955,9 @@ AM_CONDITIONAL(ENABLE_EXAMPLES, [test "$enable_examples" = "yes"])
# has problems but we do not want to patch that code.
# We use -Wno-missing-field-initializers because recent glib versions introduced this
# and they refuse to fix it: https://bugzilla.gnome.org/show_bug.cgi?id=662797
-# We should remove -Wno-missing-field-initializers when we replace the use of
-# the deprecated G_STATIC_MUTEX_INIT macro.
DK_ARG_ENABLE_WARNINGS([COREDEPS_WFLAGS],
[-Wall],
- [-Wall -Wextra -Wformat-security -Wno-address -Wno-unused-variable -Wno-unused-parameter
-Wno-pointer-sign -Wno-missing-field-initializers -DGSEAL_ENABLE],
+ [-Wall -Wextra -Wformat-security -Wno-address -Wno-unused-variable -Wno-unused-parameter
-Wno-pointer-sign -DGSEAL_ENABLE],
[PANGO G GDK GDK_PIXBUF GTK])
AC_SUBST(COREDEPS_CFLAGS)
@@ -1113,4 +1111,4 @@ if test x"$br_cv_binreloc" != "xyes" -a x"$platform_win32" != "xyes"
then
echo " Binreloc support is disabled: Libgda will not be relocatable. To enable binreloc support
re-run with --enable-binreloc (see http://autopackage.org/docs/binreloc for more information)"
fi
-echo ""
+echo ""
\ No newline at end of file
diff --git a/control-center/gdaui-dsn-assistant.c b/control-center/gdaui-dsn-assistant.c
index 4c47e1b28..a61115d57 100644
--- a/control-center/gdaui-dsn-assistant.c
+++ b/control-center/gdaui-dsn-assistant.c
@@ -481,7 +481,6 @@ gdaui_dsn_assistant_init (GdauiDsnAssistant *assistant,
gtk_assistant_append_page (assist, label);
gtk_assistant_set_page_title (assist, label, _("Add a new data source..."));
- /* TODO: This is deprecated. Add it to the main content instead: */
gtk_assistant_set_page_type (assist, label, GTK_ASSISTANT_PAGE_INTRO);
gtk_assistant_set_page_complete (assist, label, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]