mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-27 14:03:15 -04:00
Cleanup: remove some unused params and variables, conversion warnings seen with #550.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user