Skip to content
Commit 0cb9862c authored by Olivier Blin's avatar Olivier Blin Committed by Pekka Paalanen
Browse files

client: drop unused event queue cond and list variables



The wl_event_queue cond variable has been replaced by the wl_display
reader_cond variable (commit 3c7e8bfb).
This cond variable is never waited for anymore, just
signaled/broadcasted, and thus can be safely removed.

The wl_display event_queue_list and link from wl_event_queue
can be removed as well, since it was only used to iterate over
the event queue list in order to broadcast the now unused cond.

No regression on queue unit tests.

Signed-off-by: default avatarOlivier Blin <olivier.blin@softathome.com>

v2: fixed and rebased after 886b09c9
    added signed-off-by

v3: removed link from wl_event_queue

Signed-off-by: default avatarMarek Chalupa <mchqwerty@gmail.com>
Reviewed-by: default avatarPekka Paalanen <pekka.paalanen@collabora.co.uk>
parent 71141288
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment