[Ttssh2-commit] [7659] 不要変数削除

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 5月 8日 (水) 01:48:51 JST


Revision: 7659
          https://osdn.net/projects/ttssh2/scm/svn/commits/7659
Author:   zmatsuo
Date:     2019-05-08 01:48:51 +0900 (Wed, 08 May 2019)
Log Message:
-----------
不要変数削除

Modified Paths:
--------------
    trunk/teraterm/ttpmacro/ttmdlg.cpp

-------------- next part --------------
Modified: trunk/teraterm/ttpmacro/ttmdlg.cpp
===================================================================
--- trunk/teraterm/ttpmacro/ttmdlg.cpp	2019-05-07 16:48:27 UTC (rev 7658)
+++ trunk/teraterm/ttpmacro/ttmdlg.cpp	2019-05-07 16:48:51 UTC (rev 7659)
@@ -283,9 +283,6 @@
  */
 int OpenListDlg(PCHAR Text, PCHAR Caption, CHAR **Lists, int Selected)
 {
-	HINSTANCE hInst = GetInstance();
-	HWND hWnd = GetHWND();
-
 	CListDlg ListDlg(Text, Caption, Lists, Selected, DlgPosX, DlgPosY);
 	INT_PTR r = ListDlg.DoModal();
 	if (r == IDOK) {


Ttssh2-commit メーリングリストの案内
Back to archive index