Cleanup: remove some unused params and variables, conversion warnings seen with #550.

This commit is contained in:
vsonnier
2017-05-29 20:08:45 +02:00
parent be3c0c9778
commit 8f608bbf5c
15 changed files with 25 additions and 36 deletions
-8
View File
@@ -12,14 +12,6 @@
#include "CoreFoundation/CoreFoundation.h"
#endif
static std::wstring getExePath(void)
{
//get the dir path of the executable
wxFileName exePath = wxFileName(wxStandardPaths::Get().GetExecutablePath());
return std::wstring(exePath.GetPath().ToStdWstring());
}
#ifndef RES_FOLDER
#define RES_FOLDER ""
#endif