[Ttssh2-commit] [7866] 未使用関数削除

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 7月 21日 (日) 00:18:08 JST


Revision: 7866
          https://osdn.net/projects/ttssh2/scm/svn/commits/7866
Author:   zmatsuo
Date:     2019-07-21 00:18:08 +0900 (Sun, 21 Jul 2019)
Log Message:
-----------
未使用関数削除

Modified Paths:
--------------
    branches/x64/TTProxy/TTProxy.h

-------------- next part --------------
Modified: branches/x64/TTProxy/TTProxy.h
===================================================================
--- branches/x64/TTProxy/TTProxy.h	2019-07-20 15:17:54 UTC (rev 7865)
+++ branches/x64/TTProxy/TTProxy.h	2019-07-20 15:18:08 UTC (rev 7866)
@@ -191,10 +191,6 @@
 		          getInstance().ts->UILanguageFile, _TRUNCATE);
 	}
 
-	static BOOL CALLBACK EnumProc(HMODULE, const char*, const char*, WORD langid, LONG lParam) {
-		*((WORD*) lParam) = langid;
-		return FALSE;
-	}
 	static void PASCAL TTXInit(PTTSet ts, PComVar cv) {
 		getInstance().ts = ts;
 		getInstance().cv = cv;


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