Index: apps/plugins/pdbox/pdbox.c =================================================================== --- apps/plugins/pdbox/pdbox.c (revision 21081) +++ apps/plugins/pdbox/pdbox.c (working copy) @@ -105,7 +105,6 @@ /* Get the file name. */ const char* filename = (const char*) parameter; -#if 0 /* Allocate memory; check it's size; add to the pool. */ mem_pool = rb->plugin_get_audio_buffer(&mem_size); if(mem_size < MIN_MEM_SIZE) @@ -114,9 +113,8 @@ return PLUGIN_ERROR; } add_pool(mem_pool, mem_size); -#endif - /* Initialze net. */ + /* Initialize net. */ net_init(); /* Start threads. */ Index: apps/plugins/pdbox/pdbox.h =================================================================== --- apps/plugins/pdbox/pdbox.h (revision 21081) +++ apps/plugins/pdbox/pdbox.h (working copy) @@ -22,11 +22,9 @@ #ifndef PDBOX_H #define PDBOX_H -#if 0 /* Use dbestfit. */ #include "bmalloc.h" #include "dmalloc.h" -#endif /* Minimal memory size. */ #define MIN_MEM_SIZE (4 * 1024 * 1024) Index: apps/plugins/pdbox/SOURCES =================================================================== --- apps/plugins/pdbox/SOURCES (revision 21081) +++ apps/plugins/pdbox/SOURCES (working copy) @@ -1,11 +1,9 @@ pdbox.c pdbox-net.c -/* dbestfit-3.3/bmalloc.c dbestfit-3.3/bysize.c dbestfit-3.3/dmalloc.c -*/ /* PDa/src/g_canvas.c