From d115048615864591125cd1b918bdd923b5b63058 Mon Sep 17 00:00:00 2001 From: Jules Blok Date: Mon, 15 Dec 2014 23:20:56 +0100 Subject: [PATCH] GeometryShaderGen: Remove redundant declaration. --- Source/Core/VideoCommon/GeometryShaderGen.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/VideoCommon/GeometryShaderGen.cpp b/Source/Core/VideoCommon/GeometryShaderGen.cpp index a8bd784b1b..7e989e7b17 100644 --- a/Source/Core/VideoCommon/GeometryShaderGen.cpp +++ b/Source/Core/VideoCommon/GeometryShaderGen.cpp @@ -120,8 +120,6 @@ static inline void GenerateGeometryShader(T& out, u32 primitive_type, API_TYPE A out.Write("\tGS_OUTPUT gs;\n"); } - out.Write("\tVS_OUTPUT f;\n"); - if (primitive_type == PRIMITIVE_LINES) { // GameCube/Wii's line drawing algorithm is a little quirky. It does not