Remove unneccessary waylandFlush() calls

This commit is contained in:
Raphael Robatsch 2021-10-22 15:05:47 +02:00
commit 64fa80f8b2
4 changed files with 5 additions and 9 deletions

View file

@ -5,8 +5,6 @@
#include <wayland-client.h>
#include "wlr-layer-shell-unstable-v1-client-protocol.h"
void waylandFlush();
extern wl_display *display;
extern wl_compositor *compositor;
extern wl_shm *shm;