From 5f925882d9c39a4d4627d6420cea9252f22ce8d4 Mon Sep 17 00:00:00 2001 From: Sonicadvance1 Date: Sun, 24 Aug 2008 10:24:17 +0000 Subject: [PATCH] Windows Build Fix for GL plugin from my last rev git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@288 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp b/Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp index ef5e4abd5d..3abc62c6c3 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/GLInit.cpp @@ -503,7 +503,6 @@ void OpenGL_Update() float Max = (FactorW < FactorH) ? FactorH : FactorW; - float Max = (FactorW < FactorH) ? FactorH : FactorW; if(g_Config.bStretchToFit) { MValueX = 1.0f / FactorW;