mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:21:57 +00:00
[c-host] remove testing code
This commit is contained in:
parent
20f8c92bb2
commit
ff850c4251
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ static int frameThread(void * opaque)
|
|||
{
|
||||
if (!os_waitEvent(app.frameEvent) || !app.running)
|
||||
break;
|
||||
DEBUG_INFO("Frame");
|
||||
|
||||
CaptureFrame frame;
|
||||
frame.data = app.frame[frameIndex];
|
||||
|
|
Loading…
Reference in a new issue