forked from qt-creator/qt-creator
VcsManager: Remove two unused methods
Change-Id: Ifbaad8bc772ed6911333efe324d9254b6bce5094 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -71,10 +71,6 @@ public:
|
||||
static IVersionControl *checkout(const QString &versionControlType,
|
||||
const QString &directory,
|
||||
const QByteArray &url);
|
||||
// Used only by Trac plugin.
|
||||
bool findVersionControl(const QString &versionControl);
|
||||
// Used only by Trac plugin.
|
||||
static QString repositoryUrl(const QString &directory);
|
||||
|
||||
// Shows a confirmation dialog, whether the file should also be deleted
|
||||
// from revision control. Calls vcsDelete on the file. Returns false
|
||||
|
||||
Reference in New Issue
Block a user