From cf3d47ccd8c8fbf7990cc9c3ac501a0777410403 Mon Sep 17 00:00:00 2001 From: Daniel Teske Date: Thu, 12 Jun 2014 16:37:21 +0200 Subject: Remove AppOutputPane::runControls() The function is unused Change-Id: If12869fd51014a06d3feeb5f147e070f5f1ce463 Reviewed-by: Orgad Shaneh --- src/plugins/projectexplorer/appoutputpane.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/projectexplorer/appoutputpane.h') diff --git a/src/plugins/projectexplorer/appoutputpane.h b/src/plugins/projectexplorer/appoutputpane.h index 01a70c84f3..cbaa2d5261 100644 --- a/src/plugins/projectexplorer/appoutputpane.h +++ b/src/plugins/projectexplorer/appoutputpane.h @@ -91,8 +91,6 @@ public: bool aboutToClose() const; bool closeTabs(CloseTabMode mode); - QList runControls() const; - signals: void allRunControlsFinished(); void runControlStarted(ProjectExplorer::RunControl *rc); -- cgit v1.2.3