mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 20:22:13 +01:00
cleanup of exporters based on patch by Campbell Barton: Include headers into classes, remove tail comments, correct the factory method comments
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "Export.h"
|
||||
#include "ExportMP2.h"
|
||||
#include "../FileIO.h"
|
||||
#include "../Internat.h"
|
||||
#include "../Mix.h"
|
||||
@@ -444,9 +445,6 @@ void ExportMP2::AddFrame(struct id3_tag *tp, const wxString & n, const wxString
|
||||
}
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Constructor
|
||||
//----------------------------------------------------------------------------
|
||||
ExportPlugin *New_ExportMP2()
|
||||
{
|
||||
return new ExportMP2();
|
||||
@@ -454,14 +452,3 @@ ExportPlugin *New_ExportMP2()
|
||||
|
||||
#endif // #ifdef USE_LIBTWOLAME
|
||||
|
||||
// Indentation settings for Vim and Emacs and unique identifier for Arch, a
|
||||
// version control system. Please do not modify past this point.
|
||||
//
|
||||
// Local Variables:
|
||||
// c-basic-offset: 3
|
||||
// indent-tabs-mode: nil
|
||||
// End:
|
||||
//
|
||||
// vim: et sts=3 sw=3
|
||||
// arch-tag: c6af56b1-37fa-4d95-b982-0a24b3a49c00
|
||||
|
||||
|
||||
Reference in New Issue
Block a user