From 15f17de6aaa94a2e87ac286492dd568796cf776b Mon Sep 17 00:00:00 2001 From: Pavel_Sorokin Date: Thu, 10 Nov 2022 18:20:44 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4?= =?UTF-8?q?=20WriteToFile(=D1=82.=D0=BA.=20=D0=BF=D0=B5=D1=80=D0=B5=D1=88?= =?UTF-8?q?=D0=BB=D0=B8=20=D0=BD=D0=B0=20StreamWriter=20=D0=B8=20StreamRea?= =?UTF-8?q?der)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Liner/Liner/MapsCollection.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Liner/Liner/MapsCollection.cs b/Liner/Liner/MapsCollection.cs index 4b4a13e..59166aa 100644 --- a/Liner/Liner/MapsCollection.cs +++ b/Liner/Liner/MapsCollection.cs @@ -44,11 +44,6 @@ namespace Liner return null; } } - private static void WriteToFile(string text, FileStream stream) - { - byte[] info = new UTF8Encoding(true).GetBytes(text); - stream.Write(info, 0, info.Length); - } public bool SaveData(string filename) { if (File.Exists(filename))