mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[c-host] remove testing code
This commit is contained in:
parent
20f8c92bb2
commit
ff850c4251
@ -86,7 +86,6 @@ static int frameThread(void * opaque)
|
|||||||
{
|
{
|
||||||
if (!os_waitEvent(app.frameEvent) || !app.running)
|
if (!os_waitEvent(app.frameEvent) || !app.running)
|
||||||
break;
|
break;
|
||||||
DEBUG_INFO("Frame");
|
|
||||||
|
|
||||||
CaptureFrame frame;
|
CaptureFrame frame;
|
||||||
frame.data = app.frame[frameIndex];
|
frame.data = app.frame[frameIndex];
|
||||||
|
Loading…
Reference in New Issue
Block a user