forked from qt-creator/qt-creator
		
	QmlJS: Remove unused function.
Change-Id: I3e700b7f00f7a23433979a81b0ea092b8a934e63 Reviewed-on: http://codereview.qt.nokia.com/4177 Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
This commit is contained in:
		| @@ -521,15 +521,6 @@ static void findNewLibraryImports(const Document::Ptr &doc, const Snapshot &snap | ||||
|     } | ||||
| } | ||||
|  | ||||
| static bool suffixMatches(const QString &fileName, const Core::MimeType &mimeType) | ||||
| { | ||||
|     foreach (const QString &suffix, mimeType.suffixes()) { | ||||
|         if (fileName.endsWith(suffix, Qt::CaseInsensitive)) | ||||
|             return true; | ||||
|     } | ||||
|     return false; | ||||
| } | ||||
|  | ||||
| void ModelManager::parse(QFutureInterface<void> &future, | ||||
|                             WorkingCopy workingCopy, | ||||
|                             QStringList files, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user