summaryrefslogtreecommitdiff
path: root/src/instrument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/instrument.h')
-rw-r--r--src/instrument.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/instrument.h b/src/instrument.h
index 20bcae4..ff33d6e 100644
--- a/src/instrument.h
+++ b/src/instrument.h
@@ -31,7 +31,6 @@
#include <memory>
#include <deque>
-#include "rangemap.h"
#include "powerlist.h"
#include "sample.h"
@@ -85,8 +84,6 @@ private:
VersionStr version;
- RangeMap<level_t, Sample*> samples;
-
void addSample(level_t a, level_t b, Sample* s);
void finalise(); ///< Signal instrument that no more samples will be added.