diff framework/MainWindowBase.h @ 726:1e2e03197b8c spectrogram-export

Remove m_abandoning: set m_documentModified to false instead (the purpose of it is just to avoid asking user to save)
author Chris Cannam
date Wed, 08 Jan 2020 15:34:10 +0000
parents cd1e8c731095
children 15da3ab3d416
line wrap: on
line diff
--- a/framework/MainWindowBase.h	Wed Jan 08 15:33:17 2020 +0000
+++ b/framework/MainWindowBase.h	Wed Jan 08 15:34:10 2020 +0000
@@ -430,7 +430,6 @@
 
     bool                     m_documentModified;
     bool                     m_openingAudioFile;
-    bool                     m_abandoning;
 
     Labeller                *m_labeller;