mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-07-31 11:33:38 +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)
|
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…
Add table
Add a link
Reference in a new issue