mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 18:50:18 +01:00
cli/trivial: drop unused macro
This commit is contained in:
parent
da4648d48f
commit
d1016cfade
1 changed files with 0 additions and 7 deletions
|
|
@ -1799,13 +1799,6 @@ _remove_fcn_multilist (ARGS_REMOVE_FCN)
|
|||
return TRUE; \
|
||||
}
|
||||
|
||||
#define DEFINE_ALLOWED_VAL_FUNC(def_func, valid_values) \
|
||||
static const char *const* \
|
||||
def_func (NMSetting *setting, const char *prop) \
|
||||
{ \
|
||||
return valid_values; \
|
||||
}
|
||||
|
||||
#define DEFINE_SETTER_MAC_BLACKLIST(def_func, s_macro, add_func) \
|
||||
static gboolean \
|
||||
def_func (ARGS_SET_FCN) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue