summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2016-04-05 20:28:12 +0200
committerLubomir Rintel <lkundrak@v3.sk>2016-04-05 20:39:19 +0200
commit6b227e54d446e0f6e6ed08c9043f787ae198f06b (patch)
tree575a934c016c041e7af17b92bd588863a6f69c01
parent36050a44af22dca166f3820511db48888d130481 (diff)
downloadNetworkManager-6b227e54d446e0f6e6ed08c9043f787ae198f06b.tar.gz
libnm/vpn-plugin-old: don't deprecate the types
They can't even be used internally then.
-rw-r--r--libnm/nm-vpn-plugin-old.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm/nm-vpn-plugin-old.h b/libnm/nm-vpn-plugin-old.h
index 59cf4600c5..cd8fc497d1 100644
--- a/libnm/nm-vpn-plugin-old.h
+++ b/libnm/nm-vpn-plugin-old.h
@@ -41,7 +41,7 @@ G_BEGIN_DECLS
typedef struct {
NM_DEPRECATED_IN_1_2
GObject parent;
-} NMVpnPluginOld NM_DEPRECATED_IN_1_2;
+} NMVpnPluginOld;
typedef struct {
NM_DEPRECATED_IN_1_2
@@ -105,7 +105,7 @@ typedef struct {
/*< private >*/
NM_DEPRECATED_IN_1_2
gpointer padding[8];
-} NMVpnPluginOldClass NM_DEPRECATED_IN_1_2;
+} NMVpnPluginOldClass;
NM_DEPRECATED_IN_1_2
GType nm_vpn_plugin_old_get_type (void);