Skip to content

Commit

Permalink
Remove some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCatPKG committed Feb 3, 2025
1 parent e240eb5 commit 327bce7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/devices/wayland_window.c
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,6 @@ static bool wayland_init(void)
rvvm_info("Initializing wayland backend");
display = wl_display_connect(NULL);
if (!display) {
rvvm_warn("Failed to connect to Wayland display");
return false;
}

Expand Down Expand Up @@ -1330,7 +1329,6 @@ bool wayland_window_init(gui_window_t *win)
static bool libwayland_avail = false;
DO_ONCE(libwayland_avail = wayland_init());
if (!libwayland_avail) {
rvvm_warn("Failed to load libwayland-client!");
return false;
}

Expand Down

0 comments on commit 327bce7

Please # to comment.