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.