diff options
author | kotontrion <[email protected]> | 2024-07-21 10:46:39 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-07-21 10:46:39 +0200 |
commit | d5596c421da581479382394a6ead9bb422779564 (patch) | |
tree | 32f179df014a03c175fed98f38697135ca7838e8 /src/device.c | |
parent | af2ae01f168d3eb1f622de0112c959e1390883e0 (diff) |
add icons
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) { |