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:
Tobias Hunger
2013-05-31 18:05:14 +02:00
parent 7b21f07cd4
commit de24f0170b
2 changed files with 0 additions and 44 deletions

View File

@@ -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;