[seahorse] Prevent some redefinitions.



commit f0f1e10467ffbae2dfdc8b0a31fdcb8c97428b2e
Author: Antoine Jacoutot <ajacoutot gnome org>
Date:   Thu Sep 26 13:19:22 2013 +0200

    Prevent some redefinitions.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708827

 libseahorse/seahorse-object.h |    1 -
 libseahorse/seahorse-util.h   |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/libseahorse/seahorse-object.h b/libseahorse/seahorse-object.h
index 4198e91..2e46e46 100644
--- a/libseahorse/seahorse-object.h
+++ b/libseahorse/seahorse-object.h
@@ -52,7 +52,6 @@
 #define SEAHORSE_IS_OBJECT_CLASS(klass)    (G_TYPE_CHECK_CLASS_TYPE ((klass), SEAHORSE_TYPE_OBJECT))
 #define SEAHORSE_OBJECT_GET_CLASS(obj)     (G_TYPE_INSTANCE_GET_CLASS ((obj), SEAHORSE_TYPE_OBJECT, 
SeahorseObjectClass))
 
-typedef struct _SeahorsePlace SeahorsePlace;
 typedef struct _SeahorseObject SeahorseObject;
 typedef struct _SeahorseObjectClass SeahorseObjectClass;
 typedef struct _SeahorseObjectPrivate SeahorseObjectPrivate;
diff --git a/libseahorse/seahorse-util.h b/libseahorse/seahorse-util.h
index 2b84aed..95257d7 100644
--- a/libseahorse/seahorse-util.h
+++ b/libseahorse/seahorse-util.h
@@ -34,7 +34,6 @@
 typedef guint64 SeahorseVersion;
 
 gchar*      seahorse_util_get_date_string           (const time_t time);
-gchar*      seahorse_util_get_display_date_string   (const time_t time);
 
 
 #define     SEAHORSE_ERROR                      (seahorse_util_error_domain ())


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