From 2a4635bb3879342da0cb50a3ebd33682c3f6a9c2 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 17 Dec 2022 23:12:35 +0000 Subject: [PATCH] Make Encoding a private field only for IReadOnlyFilesystem implementors. --- Interfaces/IFilesystem.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Interfaces/IFilesystem.cs b/Interfaces/IFilesystem.cs index 33b150d76..b4a5db8ed 100644 --- a/Interfaces/IFilesystem.cs +++ b/Interfaces/IFilesystem.cs @@ -45,8 +45,6 @@ namespace Aaru.CommonTypes.Interfaces; /// Interface to implement filesystem plugins. public interface IFilesystem { - /// Defines the encoding used to interpret strings in the filesystem - Encoding Encoding { get; } /// Plugin name (translatable). string Name { get; } /// Plugin UUID.