forked from qt-creator/qt-creator
		
	Core: remove some unused context handling functions
Change-Id: Ib92a2044ff84108416d315aaf68602b2dd41c7eb Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
		@@ -532,11 +532,6 @@ void ICore::updateAdditionalContexts(const Context &remove, const Context &add)
 | 
			
		||||
    m_mainwindow->updateAdditionalContexts(remove, add);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool ICore::hasContext(int context)
 | 
			
		||||
{
 | 
			
		||||
    return m_mainwindow->hasContext(context);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void ICore::addContextObject(IContext *context)
 | 
			
		||||
{
 | 
			
		||||
    m_mainwindow->addContextObject(context);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user