--- linuxsampler/trunk/src/engines/gig/InstrumentResourceManager.h 2005/05/08 00:26:21 517 +++ linuxsampler/trunk/src/engines/gig/InstrumentResourceManager.h 2005/05/19 19:25:14 554 @@ -26,10 +26,6 @@ #include "../../common/global.h" -#if DEBUG_HEADERS -# warning InstrumentResourceManager.h included -#endif // DEBUG_HEADERS - #include #include "../../common/global.h" @@ -37,9 +33,6 @@ #include "../../common/ResourceManager.h" #include "../../drivers/audio/AudioOutputDevice.h" -// preload 64k samples = 128kB of data in RAM for 16 bit mono samples -#define NUM_RAM_PRELOAD_SAMPLES 32768 - //namespace libgig = gig; namespace LinuxSampler { namespace gig {