diff options
Diffstat (limited to 'src/device.c')
-rw-r--r-- | src/device.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/device.c b/src/device.c index 7b6629f..ef24ecd 100644 --- a/src/device.c +++ b/src/device.c @@ -1,8 +1,7 @@ -#include "device-private.h" - #include <wp/wp.h> -#include "profile.h" +#include "device-private.h" +#include "profile.h" struct _AstalWpDevice { GObject parent_instance; @@ -186,7 +185,6 @@ static void astal_wp_device_update_properties(AstalWpDevice *self) { AstalWpDevicePrivate *priv = astal_wp_device_get_instance_private(self); if (priv->device == NULL) return; self->id = wp_proxy_get_bound_id(WP_PROXY(priv->device)); - const gchar *description = wp_pipewire_object_get_property(WP_PIPEWIRE_OBJECT(priv->device), "device.description"); if (description == NULL) { |