summaryrefslogtreecommitdiff
path: root/muse2/muse/wave.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-03-15 18:21:23 +0000
committerFlorian Jung <flo@windfisch.org>2012-03-15 18:21:23 +0000
commit27b7bf6815cda7abb67026c37b3e44daee1803cb (patch)
tree0b9d1c0bc84ac7ff8032e707f2b5fb4e0aaabb5c /muse2/muse/wave.h
parent2d6f113a10eb485694e20a78500f650776d701e3 (diff)
merged with trunk
Diffstat (limited to 'muse2/muse/wave.h')
-rw-r--r--muse2/muse/wave.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/muse2/muse/wave.h b/muse2/muse/wave.h
index 535df939..133c0dfd 100644
--- a/muse2/muse/wave.h
+++ b/muse2/muse/wave.h
@@ -52,7 +52,6 @@ class SndFileList;
//---------------------------------------------------------
class SndFile {
- //static SndFileList _sndFiles;
QFileInfo* finfo;
SNDFILE* sf;
SNDFILE* sfUI;
@@ -242,7 +241,6 @@ class Clip {
bool operator==(ClipBase* c) const { return clip == c; }
~Clip();
- // ClipBase* clipBase() const { return clip; }
bool isNull() const { return clip == 0; }
int getRefCount() const { return clip->getRefCount(); }