Left this in accidentally.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3014 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-05-15 06:56:43 +00:00
parent 427206a97c
commit 0231a47547
1 changed files with 0 additions and 2 deletions

View File

@ -95,8 +95,6 @@ private:
} }
for(;;) { for(;;) {
t = reader.getLine(); t = reader.getLine();
int eol = t.rfind("\r");
if (eol != string::npos) t = t.substr(0, eol);
if (!t.compare(endString)) break; if (!t.compare(endString)) break;
keyPair.value += t + "\n"; keyPair.value += t + "\n";