mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 04:01:54 +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:
@@ -25,14 +25,6 @@ License: GPL v2. See License.txt.
|
||||
|
||||
#include <wx/file.h>
|
||||
|
||||
#ifdef _DEBUG
|
||||
#ifdef _MSC_VER
|
||||
#undef THIS_FILE
|
||||
static char*THIS_FILE= __FILE__;
|
||||
#define new new(_NORMAL_BLOCK, THIS_FILE, __LINE__)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define UFILE_PROTOCOL "ufile"
|
||||
|
||||
#if !defined(USE_FFMPEG)
|
||||
|
||||
Reference in New Issue
Block a user