]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/bacula.h
Remove refs to gnome2,wx-widgets, etc
[bacula/bacula] / bacula / src / bacula.h
index 12b2d0fcbf1cc70c46e38e46c6547fd30c362a1e..5ba3b89a29bd2c39430c9a7cf4603e360e65d393 100644 (file)
@@ -162,20 +162,6 @@ extern "C" {
 #include "baconfig.h"
 #include "lib/lib.h"
 
-/*
- * For wx-console compiles, we undo some Bacula defines.
- *  This prevents conflicts between wx-Widgets and Bacula.
- *  In wx-console files that malloc or free() Bacula structures
- *  config/resources and interface to the Bacula libraries,
- *  you must use bmalloc() and bfree().
- */
-#ifdef HAVE_WXCONSOLE
-#undef New
-#undef _
-#undef free
-#undef malloc
-#endif
-
 #if defined(HAVE_WIN32)
 #include "win32/winapi.h"
 #include "winhost.h"