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:
Wen Liang 2022-09-09 13:57:26 -04:00 committed by Thomas Haller
parent 5cfb9d9f78
commit 6e2fd1b509
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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)
/*****************************************************************************/
/**