Menu

Commit [r989]  Maximize  Restore  History

Remove unneeded variables.

XhmikosR 2014-07-19

changed /trunk/src/AppUtils.cpp
changed /trunk/src/MainDlg.cpp
/trunk/src/AppUtils.cpp Diff Switch to side-by-side view
--- a/trunk/src/AppUtils.cpp
+++ b/trunk/src/AppUtils.cpp
@@ -1,6 +1,6 @@
 // CommitMonitor - simple checker for new commits in svn repositories
 
-// Copyright (C) 2007-2010, 2012-2013 - Stefan Kueng
+// Copyright (C) 2007-2010, 2012-2014 - Stefan Kueng
 
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License
@@ -481,9 +481,6 @@
     HRSRC hRes;                     // handle/ptr. to res. info.
     char *lpResLock;                // pointer to resource data
     DWORD dwSizeRes;
-    std::wstring strAppLocation;
-
-    strAppLocation = CAppUtils::GetAppDirectory();
 
     // find location of the resource and get handle to it
     hRes = FindResource(NULL, MAKEINTRESOURCE(nResourceId), strCustomResName.c_str());
/trunk/src/MainDlg.cpp Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.