Skip to content

Commit

Permalink
Remove the assert to aligh with other wpe_view_backend_set_*_client m…
Browse files Browse the repository at this point in the history
…ethods
  • Loading branch information
yury-s committed Nov 8, 2023
1 parent ca9441e commit 7564ae7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/view-backend.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ wpe_view_backend_set_input_client(struct wpe_view_backend* backend, const struct
void
wpe_view_backend_set_fullscreen_client(struct wpe_view_backend* backend, const struct wpe_view_backend_fullscreen_client* client, void* client_data)
{
assert(!backend->fullscreen_client || !client);

backend->fullscreen_client = client;
backend->fullscreen_client_data = client_data;
}
Expand Down

0 comments on commit 7564ae7

Please sign in to comment.