[geany/geany] 63266a: Remove unused variable

Enrico Tröger git-noreply at xxxxx
Mon Oct 6 15:28:10 UTC 2014


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Mon, 06 Oct 2014 15:28:10 UTC
Commit:      63266a1254e9cf7fbce30d4588f611437a3a0810
             https://github.com/geany/geany/commit/63266a1254e9cf7fbce30d4588f611437a3a0810

Log Message:
-----------
Remove unused variable


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

Modified: src/win32.c
1 lines changed, 0 insertions(+), 1 deletions(-)
===================================================================
@@ -1501,7 +1501,6 @@ gchar *win32_get_user_config_dir(void)
 {
 	HRESULT hr;
 	wchar_t path[MAX_PATH];
-	LPSTR w_title[512];
 
 	hr = SHGetFolderPathAndSubDirW(NULL, CSIDL_APPDATA | CSIDL_FLAG_CREATE, NULL, SHGFP_TYPE_CURRENT, L"geany", path);
 	if (SUCCEEDED(hr))



--------------
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