summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/windowsupport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/windowsupport.cpp')
-rw-r--r--src/plugins/coreplugin/windowsupport.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/windowsupport.cpp b/src/plugins/coreplugin/windowsupport.cpp
index 26117ba12f..195d172dc4 100644
--- a/src/plugins/coreplugin/windowsupport.cpp
+++ b/src/plugins/coreplugin/windowsupport.cpp
@@ -91,7 +91,6 @@ WindowSupport::~WindowSupport()
ActionManager::unregisterAction(m_closeAction, Constants::CLOSE_WINDOW);
}
ActionManager::unregisterAction(m_toggleFullScreenAction, Constants::TOGGLE_FULLSCREEN);
- ICore::removeContextObject(m_contextObject);
m_windowList->removeWindow(m_window);
}
}