summaryrefslogtreecommitdiffstats
path: root/src/wocky-http-proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wocky-http-proxy.h')
-rw-r--r--src/wocky-http-proxy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wocky-http-proxy.h b/src/wocky-http-proxy.h
index 9484b51..38dad78 100644
--- a/src/wocky-http-proxy.h
+++ b/src/wocky-http-proxy.h
@@ -37,7 +37,6 @@ typedef struct _WockyHttpProxyClass WockyHttpProxyClass;
GType _wocky_http_proxy_get_type (void);
-#if GLIB_CHECK_VERSION(2, 28, 0)
#define WOCKY_TYPE_HTTPS_PROXY (_wocky_https_proxy_get_type ())
#define WOCKY_HTTPS_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), WOCKY_TYPE_HTTPS_PROXY, WockyHttpsProxy))
#define WOCKY_HTTPS_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), WOCKY_TYPE_HTTPS_PROXY, WockyHttpsProxyClass))
@@ -49,7 +48,6 @@ typedef struct _WockyHttpsProxy WockyHttpsProxy;
typedef struct _WockyHttpsProxyClass WockyHttpsProxyClass;
GType _wocky_https_proxy_get_type (void);
-#endif
G_END_DECLS