mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
TODO with GTKMM_DISABLE_DEPRECATED enabled in SessionMetadataDialog
This commit is contained in:
parent
59303133ce
commit
86eeb62eae
1 changed files with 4 additions and 0 deletions
|
|
@ -806,8 +806,10 @@ SessionMetadataEditor::SessionMetadataEditor () :
|
|||
|
||||
SessionMetadataEditor::~SessionMetadataEditor ()
|
||||
{
|
||||
#ifndef GTKMM_DISABLE_DEPRECATED
|
||||
// Remove pages from notebook to get rid of gsignal runtime warnings
|
||||
notebook.pages().clear();
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -837,8 +839,10 @@ SessionMetadataImporter::SessionMetadataImporter () :
|
|||
|
||||
SessionMetadataImporter::~SessionMetadataImporter ()
|
||||
{
|
||||
#ifndef GTKMM_DISABLE_DEPRECATED
|
||||
// Remove pages from notebook to get rid of gsignal runtime warnings
|
||||
notebook.pages().clear();
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue