mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-17 13:23:04 +10:00
Remove GetDocRelativePath function
Help is always located in the same folder as binary that is using it.
This commit is contained in:
@@ -33,11 +33,6 @@ static int g_LoadDialogs[]=
|
||||
0
|
||||
};
|
||||
|
||||
const wchar_t *GetDocRelativePath( void )
|
||||
{
|
||||
return DOC_PATH;
|
||||
}
|
||||
|
||||
static void NewVersionCallback( VersionData &data )
|
||||
{
|
||||
wchar_t path[_MAX_PATH];
|
||||
|
||||
Reference in New Issue
Block a user