Export dialog: tidy code, & remove some superfluous debug output

Remove some debug output, tidy up a few whitespace inconsistencies, use
DEBUG::Soundcloud in one more place, and zap a couple of unused variables.
This commit is contained in:
Colin Fletcher
2014-05-27 11:23:47 +01:00
parent 70308f5174
commit f0dbd6c085
5 changed files with 17 additions and 30 deletions

View File

@@ -274,9 +274,6 @@ SystemExec::make_argp_escaped(std::string command, const std::map<char, std::str
}
}
argp[n] = NULL;
char *p = argp[0];
n = 0;
}
SystemExec::~SystemExec ()