mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
remote: remove obsolete exported event
We can now do the same and more with the bound event on the proxy.
This commit is contained in:
parent
a1801b690f
commit
fcd4ae3334
6 changed files with 16 additions and 32 deletions
|
|
@ -734,7 +734,6 @@ struct pw_proxy {
|
|||
#define pw_remote_emit(r,m,v,...) spa_hook_list_call(&r->listener_list, struct pw_remote_events, m, v, ##__VA_ARGS__)
|
||||
#define pw_remote_emit_destroy(r) pw_remote_emit(r, destroy, 0)
|
||||
#define pw_remote_emit_state_changed(r,o,s,e) pw_remote_emit(r, state_changed, 0, o, s, e)
|
||||
#define pw_remote_emit_exported(r,i,g) pw_remote_emit(r, exported, 0, i,g)
|
||||
|
||||
struct pw_remote {
|
||||
struct pw_core *core; /**< core */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue