Vcs: Remove unused GetRepositoryRootOperation

Change-Id: I2443aef788c75a96ba19e2499dfb3f17c201d468
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2015-01-16 13:28:16 +01:00
parent bafdf36f80
commit 262f7f428f
23 changed files with 2 additions and 134 deletions

View File

@@ -58,7 +58,6 @@ public:
bool vcsDelete(const QString &filename);
bool vcsMove(const QString &from, const QString &to);
bool vcsCreateRepository(const QString &directory);
QString vcsGetRepositoryURL(const QString &directory);
bool vcsAnnotate(const QString &file, int line);
QString vcsTopic(const QString &directory);