[geany/geany] feb4a6: Remove unused variables

Nick Treleaven git-noreply at xxxxx
Fri Mar 15 17:55:18 UTC 2013


Branch:      refs/heads/master
Author:      Nick Treleaven <nick.treleaven at btinternet.com>
Committer:   Nick Treleaven <nick.treleaven at btinternet.com>
Date:        Fri, 15 Mar 2013 17:55:18 UTC
Commit:      feb4a6409ed09a913882c2a6f974ca1cba40979f
             https://github.com/geany/geany/commit/feb4a6409ed09a913882c2a6f974ca1cba40979f

Log Message:
-----------
Remove unused variables


Modified Paths:
--------------
    src/win32.c

Modified: src/win32.c
2 files changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -803,8 +803,6 @@ static FILE *open_std_handle(DWORD handle, const char *mode)
 static void debug_setup_console()
 {
 	static const WORD MAX_CONSOLE_LINES = 500;
-	int	 hConHandle;
-	long	 lStdHandle;
 	CONSOLE_SCREEN_BUFFER_INFO coninfo;
 	FILE	*fp;
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list