Kaydet (Commit) 63266a12 authored tarafından Enrico Tröger's avatar Enrico Tröger

Remove unused variable

üst b1b9e6d1
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment