diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/drumgizmo.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drumgizmo.cc b/src/drumgizmo.cc index 192318a..3dc1306 100644 --- a/src/drumgizmo.cc +++ b/src/drumgizmo.cc @@ -45,10 +45,6 @@ #include "nolocale.h" -#ifdef WITH_RESAMPLER -#undef WITH_RESAMPLER -#endif - DrumGizmo::DrumGizmo(AudioOutputEngine *o, AudioInputEngine *i) : MessageReceiver(MSGRCV_ENGINE) , loader() |