mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-10 21:50:29 +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:
@@ -23,6 +23,7 @@ and libvorbis examples, Monty <monty@xiph.org>
|
||||
#ifdef USE_LIBFLAC
|
||||
|
||||
#include "Export.h"
|
||||
#include "ExportFLAC.h"
|
||||
|
||||
#include <wx/progdlg.h>
|
||||
#include <wx/ffile.h>
|
||||
@@ -400,9 +401,6 @@ bool ExportFLAC::GetMetadata(AudacityProject *project, Tags *tags)
|
||||
return true;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Constructor
|
||||
//----------------------------------------------------------------------------
|
||||
ExportPlugin *New_ExportFLAC()
|
||||
{
|
||||
return new ExportFLAC();
|
||||
@@ -410,14 +408,3 @@ ExportPlugin *New_ExportFLAC()
|
||||
|
||||
#endif // USE_LIBFLAC
|
||||
|
||||
// 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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user