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)