summaryrefslogtreecommitdiff
path: root/src/up-device.h
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2022-03-31 17:10:06 +0200
committerBenjamin Berg <bberg@redhat.com>2022-04-01 18:25:20 +0200
commit77a20b84e445ee9061909af078d38cdb1749fa28 (patch)
treebca4d0d05aa6f8097c3507a4660c0b17d989557c /src/up-device.h
parent51b4a39a810f01a20d34fc313d44af882674f761 (diff)
downloadupower-77a20b84e445ee9061909af078d38cdb1749fa28.tar.gz
device: Remove unplug, moving cycle breaking into dispose
Might as well use g_object_run_dispose to break the cycle to the display device.
Diffstat (limited to 'src/up-device.h')
-rw-r--r--src/up-device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/up-device.h b/src/up-device.h
index 58c0bd8..c3171d7 100644
--- a/src/up-device.h
+++ b/src/up-device.h
@@ -62,7 +62,6 @@ UpDevice *up_device_new (void);
gboolean up_device_coldplug (UpDevice *device,
UpDaemon *daemon,
GObject *native);
-void up_device_unplug (UpDevice *device);
gboolean up_device_register_display_device (UpDevice *device,
UpDaemon *daemon);
UpDaemon *up_device_get_daemon (UpDevice *device);