Removed "Preferences > General > Show processing profile selector". Issue 2571

This commit is contained in:
DrSlony
2015-05-20 20:51:35 +02:00
parent 2111271e8f
commit 80354c4188
37 changed files with 4 additions and 74 deletions

View File

@@ -717,15 +717,6 @@ void RTWindow::MoveFileBrowserToEditor()
}
}
void RTWindow::updateTPProfileSelector (bool showMe) {
epanel->updateProfileSelector (showMe);
std::map<Glib::ustring, EditorPanel*>::const_iterator itr;
for(itr = epanels.begin(); itr != epanels.end(); ++itr){
((*itr).second)->updateProfileSelector (showMe);
}
}
void RTWindow::updateTPVScrollbar (bool hide) {
fpanel->updateTPVScrollbar (hide);
epanel->updateTPVScrollbar (hide);