mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
clapper: reactable: Fix invalid assert check
Fix a copy-paste bug. There is no item to check in this function.
This commit is contained in:
@@ -202,7 +202,6 @@ clapper_reactable_queue_clear_sync (ClapperReactable *self)
|
||||
ClapperQueue *queue;
|
||||
|
||||
g_return_if_fail (CLAPPER_IS_REACTABLE (self));
|
||||
g_return_if_fail (CLAPPER_IS_MEDIA_ITEM (item));
|
||||
|
||||
CLAPPER_REACTABLE_DO_WITH_QUEUE (self, &queue, {
|
||||
clapper_utils_queue_clear_on_main_sync (queue);
|
||||
|
Reference in New Issue
Block a user