summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/vcsmanager.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-01-14 11:51:26 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-01-15 10:10:06 +0100
commit6d7c2eed606071081a5245c3cb8e811d858f6d4d (patch)
tree8d2239204babed765723b2b3626e1368139dfb7e /src/plugins/coreplugin/vcsmanager.h
parentfdadddfb7a7087e48fc65ffb0af19d03db593295 (diff)
downloadqt-creator-6d7c2eed606071081a5245c3cb8e811d858f6d4d.tar.gz
Core: Remove unused functionality to checkout from VCS
Change-Id: I1ee17142e14200c5ae9597bbf9bee3f3978704f4 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/coreplugin/vcsmanager.h')
-rw-r--r--src/plugins/coreplugin/vcsmanager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/coreplugin/vcsmanager.h b/src/plugins/coreplugin/vcsmanager.h
index d626add9b9..b19cc1d608 100644
--- a/src/plugins/coreplugin/vcsmanager.h
+++ b/src/plugins/coreplugin/vcsmanager.h
@@ -70,10 +70,6 @@ public:
static QStringList repositories(const IVersionControl *);
- static IVersionControl *checkout(const QString &versionControlType,
- const QString &directory,
- const QByteArray &url);
-
// Shows a confirmation dialog, whether the file should also be deleted
// from revision control. Calls vcsDelete on the file. Returns false
// if a failure occurs