libnm-core/tc-config: remove deprecation guards from typedefs

They're triggered by the prototypes in header file inclusion, even
though no routines or variables that use the type are actually used.
This commit is contained in:
Lubomir Rintel 2017-12-18 08:27:25 +01:00
parent 9273091e98
commit 685cb5c88b

View file

@ -28,7 +28,6 @@
G_BEGIN_DECLS
NM_AVAILABLE_IN_1_12
typedef struct NMTCQdisc NMTCQdisc;
NM_AVAILABLE_IN_1_12
@ -61,7 +60,6 @@ void nm_tc_qdisc_set_handle (NMTCQdisc *qdisc,
NM_AVAILABLE_IN_1_12
guint32 nm_tc_qdisc_get_parent (NMTCQdisc *qdisc);
NM_AVAILABLE_IN_1_12
typedef struct NMTCAction NMTCAction;
NM_AVAILABLE_IN_1_12
@ -96,7 +94,6 @@ void nm_tc_action_set_attribute (NMTCAction *action,
const char *name,
GVariant *value);
NM_AVAILABLE_IN_1_12
typedef struct NMTCTfilter NMTCTfilter;
NM_AVAILABLE_IN_1_12