From 583461feb8ccd3aed9abe1909d8ed9f2e1c9b124 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Wed, 14 Feb 2018 23:08:51 +0900 Subject: [PATCH] Comment out an unused variable --- src/mp3infp.cpp | 2 +- src/mp3infp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mp3infp.cpp b/src/mp3infp.cpp index caceef2..2a20239 100644 --- a/src/mp3infp.cpp +++ b/src/mp3infp.cpp @@ -139,7 +139,7 @@ CMp3infpApp theApp; // Global variables // UINT g_cRefThisDll = 0; // Reference count of this DLL. -DWORD g_dwCookie; +//DWORD g_dwCookie; ///////////////////////////////////////////////////////////////////////////// ///エクスポート関数 diff --git a/src/mp3infp.h b/src/mp3infp.h index b411eaa..caed98d 100644 --- a/src/mp3infp.h +++ b/src/mp3infp.h @@ -51,7 +51,7 @@ #include "mp3infp_ExportFunc.h" extern UINT g_cRefThisDll;// Reference count of this DLL. -extern DWORD g_dwCookie; +//extern DWORD g_dwCookie; #define REW_TIMER 1 #define FFW_TIMER 2