mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 22:50:12 +01:00
dummy: drop NM_DEVICE_DUMMY_GET_PRIVATE()
Unused, and wouldn't work because the private struct and field does not exist.
This commit is contained in:
parent
5cfb9d9f78
commit
6e2fd1b509
1 changed files with 0 additions and 3 deletions
|
|
@ -23,9 +23,6 @@ struct _NMDeviceDummyClass {
|
|||
|
||||
G_DEFINE_TYPE(NMDeviceDummy, nm_device_dummy, NM_TYPE_DEVICE)
|
||||
|
||||
#define NM_DEVICE_DUMMY_GET_PRIVATE(self) \
|
||||
_NM_GET_PRIVATE(self, NMDeviceDummy, NM_IS_DEVICE_DUMMY, NMObject, NMDevice)
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue