Remove the

// Indentation settings for Vim and Emacs
etc. lines from all files, as Campbell's patch (except for other changes to Languages.cpp)
This commit is contained in:
martynshaw99 2013-09-24 00:14:37 +00:00
parent e5719621c2
commit 4ce2643d5f
283 changed files with 0 additions and 3310 deletions

View File

@ -621,15 +621,3 @@ void AColor::PreComputeGradient() {
}
}
}
// 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: b3fbaf98-02a1-4baa-bccc-e5dc0ffe007a

View File

@ -122,15 +122,3 @@ inline void GetColorGradient(float value,
}
#endif
// 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: b8a9d878-fa18-4cba-a5ce-3c61b5d77f0e

View File

@ -65,15 +65,3 @@ class AboutDialog:public wxDialog {
};
#endif
// 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: 6c53e56f-0045-4eaa-be7f-be6d034a8221

View File

@ -234,14 +234,3 @@ extern AudacityApp & wxGetApp();
#define MAX_AUDIO (1. - 1./(1<<15))
#define JUST_BELOW_MAX_AUDIO (1. - 1./(1<<14))
// 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: 31e7d5f1-bd9e-4348-bce1-6921effbd8e5

View File

@ -345,13 +345,3 @@ XMLTagHandler* RecordingRecoveryHandler::HandleXMLChild(const wxChar *tag)
return NULL;
}
// Indentation settings for Vim and Emacs.
// Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:
//
// vim: et sts=3 sw=3

View File

@ -52,13 +52,3 @@ private:
};
#endif
// Indentation settings for Vim and Emacs.
// Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:
//
// vim: et sts=3 sw=3

View File

@ -203,14 +203,3 @@ void BatchCommandDialog::SetCommandAndParams(const wxString &Command, const wxSt
mEditParams->Enable( true );
}
}
// 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: TBD

View File

@ -66,15 +66,3 @@ class BatchCommandDialog:public wxDialog {
#endif
// 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: TBD

View File

@ -752,15 +752,3 @@ wxString BatchCommands::Join(const wxString & command, const wxString & param)
{
return command + wxT(": ") + param;
}
// 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: TBD

View File

@ -78,15 +78,3 @@ class BatchCommands {
};
#endif
// 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: TBD

View File

@ -541,18 +541,3 @@ void BenchmarkDialog::OnRun( wxCommandEvent & WXUNUSED(event))
gPrefs->Write(wxT("/GUI/EditClipCanMove"), editClipCanMove);
gPrefs->Flush();
}
// 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: 79fba2fd-f170-46cb-a781-8dca643f7cf4

View File

@ -14,15 +14,3 @@
void RunBenchmark(wxWindow *parent);
#endif // define __AUDACITY_BENCHMARK__
// 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: 50484622-05e5-4fcd-8165-091312b5aea2

View File

@ -393,15 +393,3 @@ inline float Dither::ShapedDither(float sample)
return result;
}
// 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: 5396bd17-2b4a-4917-96da-b2a89e494336

View File

@ -55,15 +55,3 @@ private:
};
#endif /* __AUDACITY_DITHER_H__ */
// 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: 0dabf170-119a-4897-afee-d6fe1ac1a8d6

View File

@ -590,15 +590,3 @@ void WindowFunc(int whichFunction, int NumSamples, float *in)
fprintf(stderr,"FFT::WindowFunc - Invalid window function: %d\n",whichFunction);
}
}
// 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: 47691958-d393-488c-abc5-81178ea2686e

View File

@ -117,9 +117,3 @@ const wxChar *WindowFuncName(int whichFunction);
int NumWindowFuncs();
void DeinitFFT();
// 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

View File

@ -273,17 +273,3 @@ OSType sf_header_mactype(int format)
}
#endif // __WXMAC__
// 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: d0b9251f-2d6c-4815-b732-b799824cb289

View File

@ -109,17 +109,3 @@ wxArrayString sf_get_all_extensions();
OSType sf_header_mactype(int format);
#endif
// 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: 3c08a99b-ab07-4f87-bd07-e111a93b7a26

View File

@ -190,13 +190,3 @@ wxOutputStream & FileIO::Write(const void *buf, size_t size)
return mOutputStream->Write(buf, size);
}
// Indentation settings for Vim and Emacs.
// Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:
//
// vim: et sts=3 sw=3

View File

@ -51,13 +51,3 @@ class FileIO
};
#endif
// Indentation settings for Vim and Emacs.
// Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:
//
// vim: et sts=3 sw=3

View File

@ -145,15 +145,3 @@ class FreqWindow:public wxDialog {
};
#endif
// 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: 37e1be28-d2f0-426a-ad2a-23a874ba4265

View File

@ -15,15 +15,3 @@ wxString HelpText( const wxString & Key );
wxString TitleText( const wxString & Key );
#endif
// 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: 6c53e56f-0045-4eaa-be7f-be6d034a8221

View File

@ -54,15 +54,3 @@ class HistoryWindow :public wxDialog {
};
#endif
// 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: 0123f234-637e-4e23-ad09-a8007bc9281a

View File

@ -404,15 +404,3 @@ wxImage GetSubImageWithAlpha( const wxImage & Src, const wxRect &rect )
}
return image;
}
// 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: 0857e920-f8b4-4647-b3d7-5baab3c60021

View File

@ -62,15 +62,3 @@ void PasteSubImage( wxImage * pDest, wxImage * pSrc, int x, int y );
// Gets a rectangle from within anothe rimage, INCLUDING the alpha channel
wxImage GetSubImageWithAlpha( const wxImage & Src, const wxRect &rect );
// 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: ed935217-c636-4196-8af8-526e5a831841

View File

@ -228,15 +228,3 @@ wxString Internat::StripAccelerators(const wxString &s)
}
return result;
}
// 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: b6467fbe-b2f1-407c-bb61-da934ee307dc

View File

@ -108,15 +108,3 @@ private:
#define LAT1CTOWX(X) wxString((X), wxConvISO8859_1)
#endif
// 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: 14ff0c8a-5ad9-46e2-8162-76f9e9382186

View File

@ -200,15 +200,3 @@ void InterpolateAudio(float *buffer, int len,
for(i=0; i<numBad; i++)
buffer[firstBad+i] = (float)su[i];
}
// Indentation settings for Vim and Emacs.
// Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:
//
// vim: et sts=3 sw=3
//

View File

@ -39,14 +39,3 @@ void AUDACITY_DLL_API InterpolateAudio(float *buffer, int len,
int firstBad, int numBad);
#endif // __AUDACITY_INTERPOLATE_AUDIO__
// Indentation settings for Vim and Emacs.
// Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:
//
// vim: et sts=3 sw=3
//

View File

@ -87,14 +87,3 @@ class LabelDialog:public wxDialog
};
#endif
// 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: 94f72c32-970b-4f4e-bbf3-3880fce7b965

View File

@ -2751,15 +2751,3 @@ wxString LabelTrack::GetTextOfLabels(double t0, double t1)
return retVal;
}
// 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: f321cf69-6f22-4a1b-a44b-b70d533227e3

View File

@ -261,15 +261,3 @@ class AUDACITY_DLL_API LabelTrack : public Track
};
#endif
// 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: fa157f82-b858-406d-9d4b-120d89410f11

View File

@ -138,15 +138,3 @@ void LangChoiceDialog::OnOk(wxCommandEvent & WXUNUSED(event))
EndModal(true);
}
// 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: 16ac4580-c6b2-4ba7-bcaf-b026f2d58cdb

View File

@ -20,15 +20,3 @@
wxString ChooseLanguage(wxWindow *parent);
#endif // __AUDACITY_LANG_CHOICE__
// 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: b3c8ede6-2b3f-4b16-bc21-f564b7340445

View File

@ -238,16 +238,3 @@ void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames)
langCodes.Add(reverseHash[tempNames[j]]);
}
}
// 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: f4fe3d35-5ae6-4ca4-b151-293551801fa1

View File

@ -20,15 +20,3 @@ void GetLanguages(wxArrayString &langCodes, wxArrayString &langNames);
wxString GetSystemLanguageCode();
#endif // __AUDACITY_LANGUAGES__
// 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: ee4ad724-de43-4941-851a-84da60a5c06d

View File

@ -374,15 +374,3 @@ bool ConvertLegacyProjectFile(wxFileName filename)
return true;
}
// 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: b15960fe-5b13-4cda-b2b1-da4dd59d1cd4

View File

@ -12,15 +12,3 @@
#include <wx/filename.h>
bool ConvertLegacyProjectFile(wxFileName filename);
// 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: 2fbb2d95-2e98-4c93-bb9d-7bd8c22cb9d5

View File

@ -391,16 +391,3 @@ bool InvertMatrix(const Matrix& input, Matrix& Minv)
return true;
}
// Indentation settings for Vim and Emacs.
// Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:
//
// vim: et sts=3 sw=3
//

View File

@ -110,15 +110,3 @@ Matrix MatrixConcatenateCols(const Matrix& left, const Matrix& right);
bool InvertMatrix(const Matrix& M, Matrix& Minv);
#endif // __AUDACITY_MATRIX__
// Indentation settings for Vim and Emacs.
// Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:
//
// vim: et sts=3 sw=3
//

View File

@ -904,15 +904,3 @@ int NoteTrack::YToIPitch(int y)
}
#endif // USE_MIDI
// 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: ecfdee12-5b16-4f27-84d1-4a3800d07d1e

View File

@ -239,15 +239,3 @@ class AUDACITY_DLL_API NoteTrack:public Track {
#endif
// 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: 214ce825-eb40-416f-9312-84652d6025d1

View File

@ -340,13 +340,3 @@ void PluginManager::EnablePlugin(const wxString & type, const wxString & path, b
}
}
}
// 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

View File

@ -71,14 +71,3 @@ private:
};
#endif /* __AUDACITY_LOADMODULES_H__ */
// 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

View File

@ -245,15 +245,3 @@ void FinishPreferences()
gPrefs = NULL;
}
}
// 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: 4a8a9054-aec5-4093-8e02-fd65b646aeca

View File

@ -41,15 +41,3 @@ extern AUDACITY_DLL_API wxFileConfig *gPrefs;
extern int gMenusDirty;
#endif
// 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: 1550a015-ed6f-47ce-a942-9211cfad50c8

View File

@ -140,16 +140,3 @@ int RingBuffer::Discard(int samplesToDiscard)
return samplesToDiscard;
}
// 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: 06ad2130-a0c4-4fa5-a236-f76008a6d92a

View File

@ -44,15 +44,3 @@ class RingBuffer {
};
#endif /* __AUDACITY_RING_BUFFER__ */
// 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: 43b69817-059c-4f4a-87e5-b19b2bcc75fb

View File

@ -114,14 +114,3 @@ void CopySamplesNoDither(samplePtr src, sampleFormat srcFormat,
Dither::none,
src, srcFormat, dst, dstFormat, len, srcStride, dstStride);
}
// 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: 1dacb18a-a027-463b-b558-73b6d24995d6

View File

@ -74,15 +74,3 @@ void ClearSamples(samplePtr buffer, sampleFormat format,
void InitDitherers();
#endif
// 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: 89cae057-838e-417c-b312-16dca9c38f43

View File

@ -726,13 +726,3 @@ void ScreenFrame::OnTallTracks(wxCommandEvent & WXUNUSED(event))
{
SizeTracks(85);
}
// Indentation settings for Vim and Emacs.
// Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:
//
// vim: et sts=3 sw=3

View File

@ -27,13 +27,3 @@ void OpenScreenshotTools();
void CloseScreenshotTools();
#endif // __AUDACITY_SCREENSHOT__
// Indentation settings for Vim and Emacs.
// Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:
//
// vim: et sts=3 sw=3

View File

@ -316,14 +316,3 @@ bool ShuttleCli::ExchangeWithMaster(const wxString & Name)
}
return true;
}
// 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: TBD

View File

@ -60,15 +60,3 @@ public:
};
#endif
// 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: TBD

View File

@ -125,14 +125,3 @@ bool ShuttlePrefs::ExchangeWithMaster(const wxString & WXUNUSED(Name))
wxASSERT( false );
return false;
}
// 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: TBD

View File

@ -32,15 +32,3 @@ public:
};
#endif
// 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: TBD

View File

@ -287,14 +287,3 @@ bool SnapManager::Snap(Track *currentTrack,
return *snappedPoint || *snappedTime;
}
// Indentation settings for Vim and Emacs.
// Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:
//
// vim: et sts=3 sw=3

View File

@ -76,13 +76,3 @@ class SnapManager {
};
#endif
// Indentation settings for Vim and Emacs.
// Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:
//
// vim: et sts=3 sw=3

View File

@ -25,15 +25,3 @@ bool ComputeSpectrum(float * data, int width, int windowSize,
double rate, float *out, bool autocorrelation, int windowFunc=3);
#endif
// 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: a3211706-7547-4b7a-b970-1ac937be7ace

View File

@ -149,16 +149,3 @@ void SplashDialog::Show2( wxWindow * pParent )
pSelf->mpHtml->SetPage(HelpText( wxT("welcome") ));
pSelf->Show( true );
}
// 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: a8955864-40e2-47aa-923b-cace3994493a

View File

@ -43,15 +43,3 @@ private:
};
#endif
// 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: 6c53e56f-0045-4eaa-be7f-be6d034a8221

View File

@ -1326,18 +1326,3 @@ bool TagsEditor::IsWindowRectValid(const wxRect *windowRect) const
return true;
}
// 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: 94f72c20-970b-4f4e-bbf3-3880fce7b965

View File

@ -168,15 +168,3 @@ class TagsEditor: public wxDialog
};
#endif
// 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: 5f3abeea-3488-4afc-8d03-c5baf6dbff71

View File

@ -126,14 +126,3 @@ void TimeDialog::OnUpdate(wxCommandEvent &event)
event.Skip(false);
}
// 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: 94f72c32-970b-4f4e-bbf3-3880fce7b965

View File

@ -57,14 +57,3 @@ class TimeDialog:public wxDialog
};
#endif
// 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: 94f72c32-970b-4f4e-bbf3-3880fce7b965

View File

@ -248,15 +248,3 @@ extern int GetWaveYPos(float value, float min, float max,
bool clip);
#endif // define __AUDACITY_TRACKARTIST__
// 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: cb734132-2712-4d57-9644-778dae6d3c50

View File

@ -499,11 +499,3 @@ wxAccStatus TrackPanelAx::GetFocus( int *childId, wxAccessible **child )
}
#endif // wxUSE_ACCESSIBILITY
// Indentation settings for Vim and Emacs.
// Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:

View File

@ -375,17 +375,3 @@ void UndoManager::ResetODChangesFlag()
mODChanges=false;
mODChangesMutex.Unlock();
}
// 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: 726e879c-98e1-4721-9488-bae71a171cc2

View File

@ -126,15 +126,3 @@ class AUDACITY_DLL_API UndoManager {
};
#endif
// 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: cc5ab512-6292-46b2-9de3-5c9714258f25

View File

@ -1452,14 +1452,3 @@ void UploadDialog::UpdateSiteList (void)
}
}
// 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: 4
// indent-tabs-mode: nil
// End:
//
// vim: et sts=4 sw=4

View File

@ -137,16 +137,3 @@ class UploadDialog:public wxDialog {
};
#endif
// 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

View File

@ -57,15 +57,3 @@ struct ViewInfo {
};
#endif
// 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: 961486e3-84e6-451d-98fb-2715a925ed28

View File

@ -1044,16 +1044,3 @@ void VoiceKey::TestDirectionChangesUpdate(double & currentdirectionchanges, int
}
}
// 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:

View File

@ -2335,15 +2335,3 @@ void WaveTrack::AddInvalidRegion(sampleCount startSample, sampleCount endSample)
for (WaveClipList::compatibility_iterator it=GetClipIterator(); it; it=it->GetNext())
it->GetData()->AddInvalidRegion(startSample,endSample);
}
// 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: 8cf4eb04-e9b7-4ca5-acd1-aecf564c11d2

View File

@ -140,18 +140,3 @@ BlockFile *LegacyAliasBlockFile::BuildFromXML(wxString projDir, const wxChar **a
void LegacyAliasBlockFile::Recover(){
WriteSummary();
}
// 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: b5ab502b-a641-4013-b4fd-1dea05d9b3fd

View File

@ -39,16 +39,3 @@ class LegacyAliasBlockFile : public PCMAliasBlockFile
};
#endif
// 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: dde00f06-1208-4d92-9c39-e263b13c66ba

View File

@ -349,14 +349,3 @@ void LegacyBlockFile::Recover()
}
// 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: e84a3cdf-2140-43b4-98fa-ca8b22ec1df8

View File

@ -69,16 +69,3 @@ class LegacyBlockFile : public BlockFile {
};
#endif // __AUDACITY_LEGACY_BLOCKFILE__
// 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: 4ebdbe44-29e1-468e-832c-800ad0ca8ea5

View File

@ -610,16 +610,3 @@ bool SimpleBlockFile::GetCache()
return false;
#endif
}
// 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: 606f2b69-1fda-40a3-88e6-06ff91d708c2

View File

@ -94,16 +94,3 @@ class SimpleBlockFile : public BlockFile {
};
#endif
// 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: 58e2a052-2894-4c0c-b35d-0a08b3c61cd7

View File

@ -62,14 +62,3 @@ Command *AppCommandEvent::GetCommand()
mCommand = NULL;
return tmp;
}
// 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: TBD

View File

@ -50,14 +50,3 @@ typedef void (wxEvtHandler::*wxAppCommandEventFunction)(AppCommandEvent&);
#define EVT_APP_COMMAND(winid, fn) DECLARE_EVENT_TABLE_ENTRY( wxEVT_APP_COMMAND_RECEIVED, winid, wxID_ANY, wxAppCommandEventHandler(fn), (wxObject *) NULL ),
#endif /* End of include guard: __APPCOMMANDEVENT__ */
// 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: TBD

View File

@ -57,14 +57,3 @@ bool BatchEvalCommand::Apply(CommandExecutionContext WXUNUSED(context))
BatchEvalCommand::~BatchEvalCommand()
{ }
// 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: TBD

View File

@ -47,14 +47,3 @@ public:
};
#endif /* End of include guard: __BATCHEVALCOMMAND__ */
// 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: TBD

View File

@ -215,14 +215,3 @@ bool CommandImplementation::Apply(CommandExecutionContext WXUNUSED(context))
{
return true;
}
// 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: TBD

View File

@ -146,14 +146,3 @@ public:
};
#endif /* End of include guard: __COMMAND__ */
// 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: TBD

View File

@ -186,14 +186,3 @@ void CommandBuilder::BuildCommand(wxString cmdString)
BuildCommand(cmdName, cmdParams);
}
// 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: TBD

View File

@ -44,14 +44,3 @@ class CommandBuilder
const wxString &GetErrorMessage();
};
#endif /* End of include guard: __COMMANDBUILDER__ */
// 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: TBD

View File

@ -107,14 +107,3 @@ void CommandDirectory::Destroy()
delete mInstance;
}
}
// 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: TBD

View File

@ -54,14 +54,3 @@ public:
};
#endif /* End of include guard: __COMMANDDIRECTORY__ */
// 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: TBD

View File

@ -53,14 +53,3 @@ void CommandHandler::OnReceiveCommand(AppCommandEvent &event)
// Redraw the project
mCurrentContext->proj->RedrawProject();
}
// 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: TBD

View File

@ -38,14 +38,3 @@ class CommandHandler
};
#endif /* End of include guard: __COMMANDHANDLER__ */
// 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: TBD

View File

@ -1358,15 +1358,3 @@ void CommandManager::CheckDups()
}
}
#endif
// 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: 7202d707-9bf3-4735-bdf4-a45b7e004d9a

View File

@ -262,15 +262,3 @@ private:
};
#endif
// 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: 6f086a60-916f-41d6-bd0c-b4d39c6bcde3

View File

@ -32,14 +32,3 @@ typedef std::map<wxString, Validator *> ValidatorMap;
typedef std::map<wxString, CommandType*> CommandMap;
#endif /* End of include guard: __COMMANDMISC__ */
// 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: TBD

View File

@ -54,14 +54,3 @@ Validator &CommandSignature::GetValidator(const wxString &paramName)
wxASSERT(mValidators.find(paramName) != mValidators.end());
return *mValidators[paramName];
}
// 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: TBD

View File

@ -49,14 +49,3 @@ public:
};
#endif /* End of include guard: __COMMANDSIGNATURE__ */
// 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: TBD

View File

@ -232,14 +232,3 @@ public:
};
#endif /* End of include guard: __COMMANDTARGETS__ */
// 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: TBD

View File

@ -72,14 +72,3 @@ wxString CommandType::Describe()
}
return desc;
}
// 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: TBD

View File

@ -51,13 +51,3 @@ public:
};
#endif /* End of include guard: __COMMANDTYPE__ */
// 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: TBD

Some files were not shown because too many files have changed in this diff Show More