Commit 165d87fe authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not give bad ideas

parent 5dcb6f2b
...@@ -153,7 +153,6 @@ bool X11TimerLoop::sleep( int delay ) ...@@ -153,7 +153,6 @@ bool X11TimerLoop::sleep( int delay )
ufd.events = POLLIN; ufd.events = POLLIN;
// Wait for an X11 event, or timeout // Wait for an X11 event, or timeout
// TODO: use VLC object waitpipe?
return poll( &ufd, 1, delay ) > 0; return poll( &ufd, 1, delay ) > 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment