[libsoup] soup-brotli-decompressor.h: remove superfluous get_type declaration



commit 2510288a93506ca3126e38c21ce4834c100ffb1d
Author: Tom Schoonjans <Tom Schoonjans rfi ac uk>
Date:   Mon Jul 27 10:40:16 2020 +0100

    soup-brotli-decompressor.h: remove superfluous get_type declaration
    
    This fixes compilation with Visual Studio, as the explicit declaration
    of soup_brotli_decompressor_get_type and the one generated by G_DECLARE_FINAL_TYPE
    are apparently not identical for the cl.exe compiler.

 libsoup/soup-brotli-decompressor.h | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/libsoup/soup-brotli-decompressor.h b/libsoup/soup-brotli-decompressor.h
index 7dade46c..6f09f689 100644
--- a/libsoup/soup-brotli-decompressor.h
+++ b/libsoup/soup-brotli-decompressor.h
@@ -32,7 +32,4 @@ G_DECLARE_FINAL_TYPE (SoupBrotliDecompressor, soup_brotli_decompressor, SOUP, BR
 SOUP_AVAILABLE_IN_2_68
 SoupBrotliDecompressor *soup_brotli_decompressor_new (void);
 
-SOUP_AVAILABLE_IN_2_68
-GType soup_brotli_decompressor_get_type (void) G_GNUC_CONST;
-
 G_END_DECLS


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