summaryrefslogtreecommitdiff
path: root/wireplumber/include/private/device-private.h
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-01 14:17:36 +0200
committerAylur <[email protected]>2024-09-01 14:17:36 +0200
commit3e3f045d650a839d21f7b649da7aa5c19bd2e38b (patch)
tree9a974eb0d38932d474940288c662bd1f01ea3088 /wireplumber/include/private/device-private.h
parent408faee16911ccfaa3e7dad69f9938fd4a696704 (diff)
monorepo structuring
Diffstat (limited to 'wireplumber/include/private/device-private.h')
-rw-r--r--wireplumber/include/private/device-private.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/wireplumber/include/private/device-private.h b/wireplumber/include/private/device-private.h
deleted file mode 100644
index e98a7f7..0000000
--- a/wireplumber/include/private/device-private.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef ASTAL_WP_DEVICE_PRIVATE_H
-#define ASTAL_WP_DEVICE_PRIVATE_H
-
-#include <glib-object.h>
-#include <wp/wp.h>
-
-#include "device.h"
-
-G_BEGIN_DECLS
-
-AstalWpDevice *astal_wp_device_create(WpDevice *device);
-
-G_END_DECLS
-
-#endif // !ASTAL_WP_DEVICE_PRIATE_H