VCS: Remove removeColorCodes

status output can be uncolorized using the git config value
color.status=false (works for short status since git 1.7.0)

Change-Id: I0887ab9a02f4c98fe54a94a53ffcd4f91fef8699
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-07-01 22:45:27 +03:00
committed by Orgad Shaneh
parent 54b7146986
commit 8aa1c9bc37
3 changed files with 8 additions and 33 deletions

View File

@@ -66,10 +66,6 @@ public:
bool lastExecutionSuccess() const;
int lastExecutionExitCode() const;
// Clean output from carriage return and ANSI color codes
// Workaround until all relevant commands support "--no-color"
static void removeColorCodes(QByteArray *data);
const QString &binaryPath() const;
const QString &workingDirectory() const;
const QProcessEnvironment &processEnvironment() const;