TODO with GTKMM_DISABLE_DEPRECATED enabled in SessionMetadataDialog

This commit is contained in:
Tim Mayberry 2015-03-01 12:14:06 +10:00
parent 59303133ce
commit 86eeb62eae

View File

@ -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