forked from qt-creator/qt-creator
Subversion: Get rid of a fake overload
The only callers are coming from the Subversion plugin. The overload doesn't call the base implementation. So, there is no relation to the base impl. Change-Id: I71c9587f1eb2493a9a58df7d814c4cadfc23adf0 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -245,8 +245,8 @@ SubversionDiffEditorController *SubversionClient::findOrCreateDiffEditor(const Q
|
||||
return controller;
|
||||
}
|
||||
|
||||
void SubversionClient::diff(const FilePath &workingDirectory, const QStringList &files,
|
||||
const QStringList &extraOptions)
|
||||
void SubversionClient::showDiffEditor(const FilePath &workingDirectory, const QStringList &files,
|
||||
const QStringList &extraOptions)
|
||||
{
|
||||
Q_UNUSED(extraOptions)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user