[libsoup] Fix redundant redeclaration



commit bdb323ce3e0b9e5d6e3fbc41fd552ce0fcaf99aa
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu Nov 19 17:35:29 2015 +0100

    Fix redundant redeclaration
    
    Probably a leftover from all the rebases that were done
    when adding the versioning to the methods

 libsoup/soup-version.h.in |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/libsoup/soup-version.h.in b/libsoup/soup-version.h.in
index de908c2..b7ea89e 100644
--- a/libsoup/soup-version.h.in
+++ b/libsoup/soup-version.h.in
@@ -45,16 +45,6 @@ G_BEGIN_DECLS
 #  endif /* !G_PLATFORM_WIN32 */
 #endif /* SOUP_VAR */
 
-guint    soup_get_major_version (void);
-
-guint    soup_get_minor_version (void);
-
-guint    soup_get_micro_version (void);
-
-gboolean soup_check_version     (guint major,
-                                guint minor,
-                                guint micro);
-
 /* Deprecation / Availability macros */
 
 #define SOUP_VERSION_2_24 (G_ENCODE_VERSION (2, 24))


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