From 90c5f4244b1b83c66d04674abdabbc5dd3f9b2a5 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Thu, 4 Apr 2013 12:43:04 +0200 Subject: [PATCH] Remove declaration of method that is never defined Change-Id: If20fd2b98f829d9cc230dc794656edaa49b4e22c Reviewed-by: Tobias Hunger --- src/plugins/projectexplorer/settingsaccessor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/projectexplorer/settingsaccessor.h b/src/plugins/projectexplorer/settingsaccessor.h index 10025eae9fe..f8cc534eb25 100644 --- a/src/plugins/projectexplorer/settingsaccessor.h +++ b/src/plugins/projectexplorer/settingsaccessor.h @@ -96,7 +96,6 @@ private: private: void assignSuffix(const QString &defaultSuffix, const QString &environmentSuffix); - QString assembleFileName(const Project *project) const; bool findNewestCompatibleSetting(SettingsData *settings) const; QByteArray m_id;