Skip to content

Commit

Permalink
Comment out an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Feb 14, 2018
1 parent 73edfa9 commit 583461f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mp3infp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ CMp3infpApp theApp;
// Global variables
//
UINT g_cRefThisDll = 0; // Reference count of this DLL.
DWORD g_dwCookie;
//DWORD g_dwCookie;

/////////////////////////////////////////////////////////////////////////////
///エクスポート関数
Expand Down
2 changes: 1 addition & 1 deletion src/mp3infp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 583461f

Please sign in to comment.