summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/sndfilesource.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-03-10 18:43:08 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-03-10 18:43:08 +0000
commit1e05b4389dab5912fb4178d489aa9eef639d823c (patch)
tree549e8c118e1d8968bf0a0de76a35d6b2db9b5363 /libs/ardour/ardour/sndfilesource.h
parent1e668dfaf2392226db306ccfdaf7dbb6e45a0db4 (diff)
Link error fixed. Stub functions filled in.
git-svn-id: svn://localhost/trunk/ardour2@374 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/sndfilesource.h')
-rw-r--r--libs/ardour/ardour/sndfilesource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/sndfilesource.h b/libs/ardour/ardour/sndfilesource.h
index 53e5b9df67..37167e6a9a 100644
--- a/libs/ardour/ardour/sndfilesource.h
+++ b/libs/ardour/ardour/sndfilesource.h
@@ -46,7 +46,6 @@ class SndFileSource : public ExternalSource {
mutable PBD::Lock _tmpbuf_lock;
void init (const string &str, bool build_peak);
- jack_nframes_t read_unlocked (Sample *dst, jack_nframes_t start, jack_nframes_t cnt, char * workbuf) const;
};
}; /* namespace ARDOUR */