From 497387c5f334ff1a689e8d0acf572410df365196 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 10 Mar 2008 17:10:37 +0000 Subject: [PATCH] Fix symbol list svn path=/trunk/; revision=6659 --- gio/ChangeLog | 4 ++++ gio/gio.symbols | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 6dadbb43e..6140373d4 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2008-03-10 Matthias Clasen + + * gio.symbols: Remove g_file_contains_file here, too. + 2008-03-10 Matthias Clasen * gthemedicon.c: Add properties to make bindings happy. (#517676, diff --git a/gio/gio.symbols b/gio/gio.symbols index fdae9ca7c..c8de929de 100644 --- a/gio/gio.symbols +++ b/gio/gio.symbols @@ -789,7 +789,3 @@ g_ask_password_flags_get_type G_GNUC_CONST g_password_save_get_type G_GNUC_CONST #endif #endif - -#ifdef INCLUDE_VARIABLES -g_file_contains_file -#endif