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:
Jarek Kobus
2024-01-15 22:05:58 +01:00
parent 5a86b883fa
commit d5d08c2e53
3 changed files with 12 additions and 11 deletions

View File

@@ -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)