From 685cb5c88bf90b285a18a98a6bbeafa559938fee Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 18 Dec 2017 08:27:25 +0100 Subject: [PATCH] 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. --- libnm-core/nm-setting-tc-config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libnm-core/nm-setting-tc-config.h b/libnm-core/nm-setting-tc-config.h index 0497c86b58..4496046edd 100644 --- a/libnm-core/nm-setting-tc-config.h +++ b/libnm-core/nm-setting-tc-config.h @@ -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