Removed test code

This commit is contained in:
Birunthan Mohanathas 2012-06-28 10:29:36 +03:00
parent 6c2a5c662e
commit 77ed9e7c92

View File

@ -71,8 +71,6 @@ struct MeasureData
} }
}; };
const int lol = sizeof(MeasureData);
BYTE* DownloadUrl(std::wstring& url, DWORD* dwSize, bool forceReload); BYTE* DownloadUrl(std::wstring& url, DWORD* dwSize, bool forceReload);
void ShowError(int lineNumber, WCHAR* errorMsg = NULL); void ShowError(int lineNumber, WCHAR* errorMsg = NULL);
unsigned __stdcall NetworkThreadProc(void* pParam); unsigned __stdcall NetworkThreadProc(void* pParam);