diff data/model/WaveFileModel.h @ 187:89b05b679dc3

* Fixes to update logic in writable wave file model
author Chris Cannam
date Thu, 12 Oct 2006 16:10:49 +0000
parents 0ed2b2e26b44
children 91fdc752e540
line wrap: on
line diff
--- a/data/model/WaveFileModel.h	Thu Oct 12 14:56:28 2006 +0000
+++ b/data/model/WaveFileModel.h	Thu Oct 12 16:10:49 2006 +0000
@@ -73,7 +73,6 @@
 
 protected slots:
     void fillTimerTimedOut();
-    void frameCountChanged();
     void cacheFilled();
     
 protected:
@@ -87,7 +86,6 @@
             m_frameCount(model.getFrameCount()) { }
     
 	size_t getFillExtent() const { return m_fillExtent; }
-        void frameCountChanged();
         virtual void run();
 
     protected: