Skip to content

Commit 0f92901

Browse files
committed
clapper: reactable: Fix invalid assert check
Fix a copy-paste bug. There is no item to check in this function.
1 parent f3b120f commit 0f92901

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/clapper/clapper-reactable.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ clapper_reactable_queue_clear_sync (ClapperReactable *self)
202202
ClapperQueue *queue;
203203

204204
g_return_if_fail (CLAPPER_IS_REACTABLE (self));
205-
g_return_if_fail (CLAPPER_IS_MEDIA_ITEM (item));
206205

207206
CLAPPER_REACTABLE_DO_WITH_QUEUE (self, &queue, {
208207
clapper_utils_queue_clear_on_main_sync (queue);

0 commit comments

Comments
 (0)