forked from townforge/townforge
game: remove unuse variable
This commit is contained in:
parent
a6be1d2703
commit
1542fb1bcc
@ -2027,7 +2027,6 @@ void UIPlayerInfoDialog::Export(const std::string &filename, const std::string &
|
||||
{
|
||||
std::stringstream ss;
|
||||
const bool csv = format == "CSV";
|
||||
const bool tsv = format == "TSV";
|
||||
const std::string delim = csv ? "," : "\t";
|
||||
auto escape = [](std::string s) {
|
||||
boost::replace_all(s, "\"", "\\\"");
|
||||
|
Loading…
Reference in New Issue
Block a user