1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-07 20:22:13 +01:00

Removed some per-file memory allocation debugging that is not needed (and generates warnings) now that we do it from AudacityHeaders.h

This commit is contained in:
james.k.crook@gmail.com
2014-01-13 21:21:14 +00:00
parent 396486d3a6
commit 30e6a3dec4
6 changed files with 2 additions and 42 deletions

View File

@@ -97,14 +97,6 @@
#include <id3tag.h>
#endif
#ifdef _DEBUG
#ifdef _MSC_VER
#undef THIS_FILE
static char*THIS_FILE= __FILE__;
#define new new(_NORMAL_BLOCK, THIS_FILE, __LINE__)
#endif
#endif
//----------------------------------------------------------------------------
// ExportMP3Options
//----------------------------------------------------------------------------