Git: Remove unused BranchModel::client()

Change-Id: I6465360d73b1d7580a922b295965d3c836d54ebe
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
hjk
2020-01-31 17:58:42 +01:00
parent d66d82e7f6
commit a09a563280
2 changed files with 0 additions and 6 deletions

View File

@@ -509,11 +509,6 @@ QString BranchModel::workingDirectory() const
return d->workingDirectory;
}
GitClient *BranchModel::client() const
{
return d->client;
}
QModelIndex BranchModel::currentBranch() const
{
if (!d->currentBranch)

View File

@@ -66,7 +66,6 @@ public:
void renameTag(const QString &oldName, const QString &newName);
QString workingDirectory() const;
GitClient *client() const;
QModelIndex currentBranch() const;
QString fullName(const QModelIndex &idx, bool includePrefix = false) const;