From 35da923722857b641cd0e88df045b9b0feab82f2 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Tue, 26 Feb 2013 21:33:19 -0800 Subject: [PATCH] Removed debug code. --- examples/09-hdr/hdr.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/09-hdr/hdr.cpp b/examples/09-hdr/hdr.cpp index 9a3e96cb..a4b785ea 100644 --- a/examples/09-hdr/hdr.cpp +++ b/examples/09-hdr/hdr.cpp @@ -493,8 +493,6 @@ int _main_(int _argc, char** _argv) bgfx::RenderTargetHandle blur; blur = bgfx::createRenderTarget(width/8, height/8, BGFX_RENDER_TARGET_COLOR_RGBA); - entry::setWindowSize(1600, 900); - uint32_t oldWidth = 0; uint32_t oldHeight = 0;