mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Removed duplicate error message
This commit is contained in:
parent
c04609026b
commit
0930f2f81f
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ bool init_wb(struct wb_server* server) {
|
|||
// create backend
|
||||
server->backend = wlr_backend_autocreate(server->wl_display, NULL);
|
||||
if (server->backend == NULL) {
|
||||
printf("Failed to create backend\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue