diff --git a/Liner/Liner/MapsCollection.cs b/Liner/Liner/MapsCollection.cs index 59166aa..c3157f7 100644 --- a/Liner/Liner/MapsCollection.cs +++ b/Liner/Liner/MapsCollection.cs @@ -66,7 +66,6 @@ namespace Liner { return false; } - string bufferTextFromFile = ""; using (StreamReader sr = new(filename)) { string str = sr.ReadLine();