forked from qt-creator/qt-creator
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user