mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Remove extern declarations from .cpp files...
... Require the declarations to be in .h files, to be sure graph.pl detects the dependencies. Only one more #include was needed in Nyquist.cpp. This doesn't reveal any more hidden cycles.
This commit is contained in:
@@ -80,8 +80,6 @@ static const auto ProgramName =
|
||||
//XO("Audacity");
|
||||
Verbatim("Audacity");
|
||||
|
||||
extern wxString FormatHtmlText( const wxString & Text );
|
||||
|
||||
void AboutDialog::CreateCreditsList()
|
||||
{
|
||||
const auto sysAdminFormat =
|
||||
|
||||
Reference in New Issue
Block a user