diff view/AlignmentView.cpp @ 1509:8145a9c4c253

The default key frame map is not working well at the moment, because its extents are not being properly updated as the models they depend on are loaded. Leave it empty for now.
author Chris Cannam
date Tue, 17 Sep 2019 12:50:34 +0100
parents c5589d94b731
children 911330a28a7c
line wrap: on
line diff
--- a/view/AlignmentView.cpp	Fri Sep 13 17:40:59 2019 +0100
+++ b/view/AlignmentView.cpp	Tue Sep 17 12:50:34 2019 +0100
@@ -307,7 +307,9 @@
 AlignmentView::getDefaultKeyFrames()
 {
     vector<sv_frame_t> keyFrames;
+    return keyFrames;
 
+#ifdef NOT_REALLY
     if (!m_above || !m_manager) return keyFrames;
 
     sv_samplerate_t rate = m_manager->getMainModelSampleRate();
@@ -320,6 +322,7 @@
     }
     
     return keyFrames;
+#endif
 }
 
 ModelId