OSDN Git Service

Remove unused variables
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Fri, 1 Feb 2019 15:39:51 +0000 (00:39 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Fri, 1 Feb 2019 15:39:51 +0000 (00:39 +0900)
Src/Merge.h

index 9aee56f..47e15a8 100644 (file)
@@ -177,8 +177,6 @@ private:
        LONG m_nActiveOperations; /**< Active operations count. */
        bool m_bMergingMode; /**< Merging or Edit mode */
        CFont m_fontGUI;
-       std::map<String, HKEY> m_hKeys;
-       std::map<String, HKEY> m_hWriteKeys;
 };
 
 extern CMergeApp theApp;