mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
[KMS/DRM] Remove unused header.
This commit is contained in:
parent
ead3c406a2
commit
57661e42c3
@ -46,7 +46,6 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
#include <time.h>
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#ifdef __OpenBSD__
|
#ifdef __OpenBSD__
|
||||||
@ -371,7 +370,7 @@ KMSDRM_WaitPageFlip(_THIS, SDL_WindowData *windata) {
|
|||||||
*/
|
*/
|
||||||
while (windata->waiting_for_flip) {
|
while (windata->waiting_for_flip) {
|
||||||
|
|
||||||
pfd.revents = 0;
|
pfd.revents = 0;
|
||||||
|
|
||||||
/* poll() waits for events arriving on the FD, and returns < 0 if timeout
|
/* poll() waits for events arriving on the FD, and returns < 0 if timeout
|
||||||
passes with no events.
|
passes with no events.
|
||||||
|
Loading…
Reference in New Issue
Block a user