From caeecc72ce0c81a22a470c56dbd0789d3b555527 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sat, 27 Oct 2012 21:39:43 -0700 Subject: [PATCH] Removed test code. --- examples/00-helloworld/helloworld.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/00-helloworld/helloworld.cpp b/examples/00-helloworld/helloworld.cpp index 61b6f82e..6ad1b03b 100644 --- a/examples/00-helloworld/helloworld.cpp +++ b/examples/00-helloworld/helloworld.cpp @@ -45,9 +45,6 @@ int _main_(int _argc, char** _argv) // Advance to next frame. Rendering thread will be kicked to // process submitted rendering primitives. bgfx::frame(); - - extern void emscripten_yield(); - emscripten_yield(); } // Shutdown bgfx.