remove useless function call.

This commit is contained in:
joewanchen 2014-12-15 19:47:25 +08:00
parent 713d19c830
commit 7b23e3ab1d
1 changed files with 0 additions and 2 deletions

View File

@ -63,11 +63,9 @@ int Application::run()
PVRFrameEnableControlWindow(false);
// Main message loop:
LARGE_INTEGER nFreq;
LARGE_INTEGER nLast;
LARGE_INTEGER nNow;
QueryPerformanceFrequency(&nFreq);
QueryPerformanceCounter(&nLast);
initGLContextAttrs();