nuke the prototype for e_book_async_unload_uri.
authorChris Toshok <toshok@ximian.com>
Wed, 28 Jan 2004 01:38:39 +0000 (01:38 +0000)
committerChris Toshok <toshok@src.gnome.org>
Wed, 28 Jan 2004 01:38:39 +0000 (01:38 +0000)
2004-01-27  Chris Toshok  <toshok@ximian.com>

* libebook/e-book-async.h: nuke the prototype for
e_book_async_unload_uri.

* libebook/e-book-async.c (e_book_async_unload_uri): nuke.

addressbook/ChangeLog
addressbook/libebook/e-book-async.c
addressbook/libebook/e-book-async.h

index 9627029..e8d80b2 100644 (file)
@@ -1,5 +1,12 @@
 2004-01-27  Chris Toshok  <toshok@ximian.com>
 
+       * libebook/e-book-async.h: nuke the prototype for
+       e_book_async_unload_uri.
+
+       * libebook/e-book-async.c (e_book_async_unload_uri): nuke.
+
+2004-01-27  Chris Toshok  <toshok@ximian.com>
+
        * libebook/e-book.h: remove the prototype for e_book_unload_uri.
        If you want to unload the uri, unref the book and create a new
        one.
index de8f307..72a8ef4 100644 (file)
@@ -181,16 +181,8 @@ e_book_async_load_uri (EBook                 *book,
        g_object_unref (group);
 }
 
-
-void
-e_book_async_unload_uri (EBook                 *book)
-{
-       e_book_unload_uri (book, NULL);
-}
-
 \f
 
-
 typedef struct {
        EBookMsg msg;
 
index 900cdb0..283b7d4 100644 (file)
@@ -46,8 +46,6 @@ void      e_book_async_load_source              (EBook                 *book,
 void      e_book_async_get_default_addressbook  (EBookCallback          open_response,
                                                 gpointer               closure);
 
-void      e_book_async_unload_uri               (EBook                 *book);
-
 guint     e_book_async_get_supported_fields     (EBook                 *book,
                                                 EBookFieldsCallback    cb,
                                                 gpointer               closure);