summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-01-28 13:37:05 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-01-28 13:37:05 +0100
commitad72510965afb6dd2d479890e26945e7d84f7680 (patch)
tree0fc41a3d13da5d643a05eb7d45fe91d1d3b0eb1e /src
parent9f9bc376e5cc48c0e4d0d079cd374000bf83c259 (diff)
Re-enable resampler
Diffstat (limited to 'src')
-rw-r--r--src/drumgizmo.cc4
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()