mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
cleanups
This commit is contained in:
parent
1d61fd3696
commit
ee67929a7c
11 changed files with 24 additions and 147 deletions
|
|
@ -34,13 +34,6 @@ struct _PinosListener {
|
|||
void (*notify) (void *);
|
||||
};
|
||||
|
||||
#if 0
|
||||
struct _PinosSignal {
|
||||
SpaList listeners;
|
||||
void (*notify) (PinosListener *listener, void *object, void *data);
|
||||
};
|
||||
#endif
|
||||
|
||||
#define PINOS_SIGNAL(name,func) \
|
||||
union { \
|
||||
SpaList listeners; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue