mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
remove single-use code which is replaced by generic code in HelpSystem.cpp
This commit is contained in:
@@ -145,16 +145,6 @@ wxString FileNames::HtmlHelpDir()
|
||||
#endif
|
||||
}
|
||||
|
||||
wxString FileNames::HtmlHelpIndexFile(bool quick)
|
||||
{
|
||||
wxString htmlHelpIndex;
|
||||
if(quick)
|
||||
htmlHelpIndex = wxFileName( HtmlHelpDir(), wxT("quick_help.html") ).GetFullPath();
|
||||
else
|
||||
htmlHelpIndex = wxFileName( HtmlHelpDir(), wxT("index.html") ).GetFullPath();
|
||||
return htmlHelpIndex;
|
||||
}
|
||||
|
||||
wxString FileNames::ChainDir()
|
||||
{
|
||||
return FileNames::MkDir( wxFileName( DataDir(), wxT("Chains") ).GetFullPath() );
|
||||
|
||||
Reference in New Issue
Block a user