diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index 776dd8ee53f..7d44f561817 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -684,10 +684,6 @@ void HelpPlugin::setupHelpEngineIfNeeded() HelpViewer *HelpPlugin::viewerForContextMode() { - // TODO this is a hack for opening examples - if (ModeManager::currentMode()->id() == Core::Constants::MODE_WELCOME) - ModeManager::activateMode(Core::Constants::MODE_EDIT); - bool showSideBySide = false; RightPanePlaceHolder *placeHolder = RightPanePlaceHolder::current(); switch (contextHelpOption()) {