mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 02:00:15 +01:00
core: drop unused "nm-modem-enum-types.h"
In core, we should not use any generated enum-types. They are just bloat.
This commit is contained in:
parent
2afc1d7c43
commit
d66d7fb707
2 changed files with 0 additions and 10 deletions
|
|
@ -2234,16 +2234,7 @@ src_devices_wwan_cppflags = \
|
|||
|
||||
core_plugins += src/devices/wwan/libnm-wwan.la
|
||||
|
||||
GLIB_GENERATED += \
|
||||
src/devices/wwan/nm-modem-enum-types.h \
|
||||
src/devices/wwan/nm-modem-enum-types.c
|
||||
nm_modem_enum_types_MKENUMS_H_FLAGS = --identifier-prefix NM
|
||||
nm_modem_enum_types_MKENUMS_C_FLAGS = --identifier-prefix NM --fhead '\#include "nm-default.h"\n'
|
||||
nm_modem_enum_types_sources = src/devices/wwan/nm-modem.h
|
||||
|
||||
src_devices_wwan_libnm_wwan_la_SOURCES = \
|
||||
src/devices/wwan/nm-modem-enum-types.h \
|
||||
src/devices/wwan/nm-modem-enum-types.c \
|
||||
src/devices/wwan/nm-modem-broadband.c \
|
||||
src/devices/wwan/nm-modem-broadband.h \
|
||||
src/devices/wwan/nm-modem-manager.c \
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
#include "nm-setting-connection.h"
|
||||
#include "NetworkManagerUtils.h"
|
||||
#include "nm-device-private.h"
|
||||
#include "nm-modem-enum-types.h"
|
||||
#include "nm-route-manager.h"
|
||||
#include "nm-act-request.h"
|
||||
#include "nm-ip4-config.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue