test motif editor
[mussa.git] / qui / motif_editor / MotifEditor.cpp
index 8166e37cbca86fa16092717ea12e2146aa085ac5..acde2d3af74c8a756bb9e05f4855748215f69138 100644 (file)
@@ -51,6 +51,8 @@ void MotifEditor::updateModel()
   // if our current analysis doesn't match the one in our
   // model, we probalby changed the analysis.
   // so delete and restart
+  // DET 2007mar30 (can this if statement ever be true? it doesn't look 
+  //                like there's a way to change the analysis?)
   if (model and model->getAnalysis() != analysis) {
     delete model;
   }