summary refs log tree commit diff
path: root/libnm/nm-device-ip-tunnel.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-device-ip-tunnel.h')
-rw-r--r--libnm/nm-device-ip-tunnel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libnm/nm-device-ip-tunnel.h b/libnm/nm-device-ip-tunnel.h
index 92a83edc..6d748d96 100644
--- a/libnm/nm-device-ip-tunnel.h
+++ b/libnm/nm-device-ip-tunnel.h
@@ -26,7 +26,6 @@
 #endif
 
 #include "nm-device.h"
-#include "nm-setting-ip-tunnel.h"
 
 G_BEGIN_DECLS
 
@@ -48,7 +47,6 @@ G_BEGIN_DECLS
 #define NM_DEVICE_IP_TUNNEL_OUTPUT_KEY          "output-key"
 #define NM_DEVICE_IP_TUNNEL_ENCAPSULATION_LIMIT "encapsulation-limit"
 #define NM_DEVICE_IP_TUNNEL_FLOW_LABEL          "flow-label"
-#define NM_DEVICE_IP_TUNNEL_FLAGS               "flags"
 
 /**
  * NMDeviceIPTunnel:
@@ -89,8 +87,6 @@ NM_AVAILABLE_IN_1_2
 guint8                 nm_device_ip_tunnel_get_encapsulation_limit (NMDeviceIPTunnel *device);
 NM_AVAILABLE_IN_1_2
 guint                  nm_device_ip_tunnel_get_flow_label (NMDeviceIPTunnel *device);
-NM_AVAILABLE_IN_1_12
-NMIPTunnelFlags        nm_device_ip_tunnel_get_flags (NMDeviceIPTunnel *device);
 
 G_END_DECLS