forked from qt-creator/qt-creator
Core: remove unused helper functions
Change-Id: I74ef89648f42f0016ad7cdfc61e17a712ea145ff Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -76,8 +76,6 @@ public:
|
||||
static void saveSettings();
|
||||
|
||||
// helper functions
|
||||
static QString cleanAbsoluteFilePath(const QString &filePath, ResolveMode resolveMode);
|
||||
static QString filePathKey(const QString &filePath, ResolveMode resolveMode);
|
||||
static Utils::FilePath filePathKey(const Utils::FilePath &filePath, ResolveMode resolveMode);
|
||||
|
||||
static bool saveDocument(IDocument *document,
|
||||
|
||||
Reference in New Issue
Block a user