Remove useless assignment and fix newlines

This commit is contained in:
TheNain38 2015-10-19 22:58:44 +02:00
parent 5bfb38e7d3
commit c5d6bdee23
2 changed files with 3 additions and 4 deletions

View file

@ -102,7 +102,6 @@ function writeUtf8(filename, text) {
stream.Close();
stream.Open();
stream.Type = 1; // Binary
stream.Write(binary);
stream.SaveToFile(filename, 2);
stream.Close();