From d29250b35f2e1c66044a753314d6a979cc03052c Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Tue, 30 Dec 2014 08:55:46 -0800 Subject: [PATCH] Cleanup remove unused variable --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 25713a6..540ebbd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -134,12 +134,11 @@ MSVC2010 Debug: int g_bVideoMode; VideoType_e g_eVideoType; - int g_uHalfScanLines; + int g_uHalfScanLines; // 1=For TV double each line char BAD_TARGA__HEADER_SIZE_Compiler_Packing_not_18[ sizeof( TargaHeader_t ) == 18 ]; char BAD_BITMAP_HEADER_SIZE_Compiler_Packing_not_54[ sizeof( WinBmpHeader_t ) == (14 + 40) ]; bool g_bOutputBMP = false; - bool g_bScanLines50Percent = false; // leave every other line in the output blank // Prototypes _____________________________________________________________ void convert( const char *pSrcFileName );