diff options
author | fcolin | 2007-02-01 12:59:49 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:59:49 +0000 |
commit | b0c0c56739691ddcc1e9094afdbf0cf2d9b30244 (patch) | |
tree | 29bad74a8f1b56f16e4ccdd51cf56b60c747c181 | |
parent | 269212c25cad38454d54658f5f22d4d0a829009f (diff) | |
download | ivy-cplusplus-b0c0c56739691ddcc1e9094afdbf0cf2d9b30244.zip ivy-cplusplus-b0c0c56739691ddcc1e9094afdbf0cf2d9b30244.tar.gz ivy-cplusplus-b0c0c56739691ddcc1e9094afdbf0cf2d9b30244.tar.bz2 ivy-cplusplus-b0c0c56739691ddcc1e9094afdbf0cf2d9b30244.tar.xz |
Utilisateur : Fcolin Date : 17/07/01 Heure : 18:25 Archivé dans $/Ivy (vss 11)
-rw-r--r-- | Bus/Ivy/IvyApplication.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Bus/Ivy/IvyApplication.cxx b/Bus/Ivy/IvyApplication.cxx index 6d3b7ea..245381a 100644 --- a/Bus/Ivy/IvyApplication.cxx +++ b/Bus/Ivy/IvyApplication.cxx @@ -3,11 +3,6 @@ #include "stdafx.h"
-#ifdef _DEBUG
-#define DEBUG_NEW new(__FILE__, __LINE__)
-#define new DEBUG_NEW
-#endif
-
#include "IvyApplication.h"
#include "Regexp.h"
|