Remove the unused sector_order field from FilesystemProto.

This commit is contained in:
David Given
2024-11-29 21:24:32 +01:00
parent 9ce405cec5
commit e878c6eef6

View File

@@ -154,7 +154,4 @@ message FilesystemProto
optional MicrodosProto microdos = 15;
optional ZDosProto zdos = 16;
optional RolandFsProto roland = 17;
optional SectorListProto sector_order = 9
[ (help) = "specify the filesystem order of sectors" ];
}