GSdx: remove useless variable

This commit is contained in:
Gregory Hainaut 2016-04-24 10:42:03 +02:00
parent 67e955919f
commit 8ee0783bd3
1 changed files with 0 additions and 2 deletions

View File

@ -342,8 +342,6 @@ void GSRenderer::VSync(int field)
double fps = 1000.0f / m_perfmon.Get(GSPerfMon::Frame); double fps = 1000.0f / m_perfmon.Get(GSPerfMon::Frame);
GSVector4i r = GetDisplayRect();
string s; string s;
#ifdef GSTITLEINFO_API_FORCE_VERBOSE #ifdef GSTITLEINFO_API_FORCE_VERBOSE