mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +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 ()
|
SessionMetadataEditor::~SessionMetadataEditor ()
|
||||||
{
|
{
|
||||||
|
#ifndef GTKMM_DISABLE_DEPRECATED
|
||||||
// Remove pages from notebook to get rid of gsignal runtime warnings
|
// Remove pages from notebook to get rid of gsignal runtime warnings
|
||||||
notebook.pages().clear();
|
notebook.pages().clear();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
@ -837,8 +839,10 @@ SessionMetadataImporter::SessionMetadataImporter () :
|
||||||
|
|
||||||
SessionMetadataImporter::~SessionMetadataImporter ()
|
SessionMetadataImporter::~SessionMetadataImporter ()
|
||||||
{
|
{
|
||||||
|
#ifndef GTKMM_DISABLE_DEPRECATED
|
||||||
// Remove pages from notebook to get rid of gsignal runtime warnings
|
// Remove pages from notebook to get rid of gsignal runtime warnings
|
||||||
notebook.pages().clear();
|
notebook.pages().clear();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue