[monkey-bubble: 524/753] Removed.



commit b58a3b6a835c36c1e3eba3a2cb2a8d32c101173c
Author: Martin Baulig <baulig suse de>
Date:   Wed Jul 11 17:34:19 2001 +0000

    Removed.
    
    2001-07-11  Martin Baulig  <baulig suse de>
    
    	* libgnome-init.c (gnome_mime_type): Removed.

 libgnome/ChangeLog    |    4 ++++
 libgnome/gnome-init.c |   13 -------------
 2 files changed, 4 insertions(+), 13 deletions(-)
---
diff --git a/libgnome/ChangeLog b/libgnome/ChangeLog
index 5f20749..62ac93a 100644
--- a/libgnome/ChangeLog
+++ b/libgnome/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-11  Martin Baulig  <baulig suse de>
+
+	* libgnome-init.c (gnome_mime_type): Removed.
+
 2001-07-09  Michael Meeks  <michael ximian com>
 
 	* Makefile.am (libgnome_headers): remove gnome-regex.[ch]
diff --git a/libgnome/gnome-init.c b/libgnome/gnome-init.c
index ecfd71d..a5fed74 100644
--- a/libgnome/gnome-init.c
+++ b/libgnome/gnome-init.c
@@ -473,16 +473,3 @@ GnomeModuleInfo libgnome_module_info = {
 	gnomelib_options,
 	NULL, NULL, NULL, NULL
 };
-
-#include <libgnomevfs/gnome-vfs-mime.h>
-/* This declaration is only here to make -Werror happy. */
-extern const char *gnome_mime_type (const char *);
-
-const char *
-gnome_mime_type (const char *filename)
-{
-    g_warning (G_STRLOC ": You will be killed if you use this function!");
-
-    return gnome_vfs_mime_type_from_name (filename);
-}
-



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]