mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-12 01:15:39 +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:
@@ -20,6 +20,7 @@
|
||||
#ifdef USE_LIBVORBIS
|
||||
|
||||
#include "Export.h"
|
||||
#include "ExportOGG.h"
|
||||
|
||||
#include <wx/log.h>
|
||||
#include <wx/msgdlg.h>
|
||||
@@ -362,9 +363,6 @@ bool ExportOGG::FillComment(AudacityProject *project, vorbis_comment *comment, T
|
||||
return true;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Constructor
|
||||
//----------------------------------------------------------------------------
|
||||
ExportPlugin *New_ExportOGG()
|
||||
{
|
||||
return new ExportOGG();
|
||||
@@ -372,15 +370,3 @@ ExportPlugin *New_ExportOGG()
|
||||
|
||||
#endif // USE_LIBVORBIS
|
||||
|
||||
|
||||
// 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: 33184ece-e482-44d9-9ff3-b4a11b41112b
|
||||
|
||||
|
||||
Reference in New Issue
Block a user