forked from qt-creator/qt-creator
Subversion: Remove code for SVN version 1.4
This was necessary ages ago for the mac. That comes with SVN 1.6.18 nowadays, so get rid of it. Change-Id: Ie7dfc0acdd7670099fa6ccefc84867ba05d87b7c Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -93,8 +93,6 @@ public:
|
||||
|
||||
// IVersionControl
|
||||
bool vcsAdd(const QString &workingDir, const QString &fileName);
|
||||
bool vcsAdd14(const QString &workingDir, const QString &fileName);
|
||||
bool vcsAdd15(const QString &workingDir, const QString &fileName);
|
||||
bool vcsDelete(const QString &workingDir, const QString &fileName);
|
||||
bool vcsMove(const QString &workingDir, const QString &from, const QString &to);
|
||||
bool managesDirectory(const QString &directory, QString *topLevel = 0) const;
|
||||
|
||||
Reference in New Issue
Block a user