mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 03:16:38 +10:00
Remove GetDocRelativePath function
Help is always located in the same folder as binary that is using it.
This commit is contained in:
@@ -37,11 +37,6 @@ void SettingChangedCallback( const CSetting *pSetting )
|
||||
{
|
||||
}
|
||||
|
||||
const wchar_t *GetDocRelativePath( void )
|
||||
{
|
||||
return L"";
|
||||
}
|
||||
|
||||
CSetting g_Settings[]={
|
||||
{L"MenuStyleGroup",CSetting::TYPE_GROUP},
|
||||
{L"MenuStyle",CSetting::TYPE_INT,0,0,2},
|
||||
|
||||
Reference in New Issue
Block a user