[Ttssh2-commit] [7726] 未使用DCの取得を削除

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 6月 1日 (土) 01:13:40 JST


Revision: 7726
          https://osdn.net/projects/ttssh2/scm/svn/commits/7726
Author:   zmatsuo
Date:     2019-06-01 01:13:40 +0900 (Sat, 01 Jun 2019)
Log Message:
-----------
未使用DCの取得を削除

Modified Paths:
--------------
    trunk/teraterm/teraterm/vtdisp.c

-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtdisp.c
===================================================================
--- trunk/teraterm/teraterm/vtdisp.c	2019-05-31 16:13:30 UTC (rev 7725)
+++ trunk/teraterm/teraterm/vtdisp.c	2019-05-31 16:13:40 UTC (rev 7726)
@@ -3559,14 +3559,10 @@
 
 void DispResetColor(unsigned int num)
 {
-	HDC TmpDC;
-
 	if (num == CS_UNSPEC) {
 		return;
 	}
 
-	TmpDC = GetDC(NULL);
-
 	switch(num) {
 #ifdef ALPHABLEND_TYPE2
 	case CS_VT_NORMALFG:


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