mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Use of obsolete symbol (without message).
This commit is contained in:
@@ -2813,11 +2813,11 @@ namespace DiscImageChef.Devices
|
||||
/// <summary>
|
||||
/// Allows medium removal from data transport but prevents it from medium changer
|
||||
/// </summary>
|
||||
[Obsolete] PreventChanger = 0x02,
|
||||
PreventChanger = 0x02,
|
||||
/// <summary>
|
||||
/// Prevents medium removal from both data transport and medium changer
|
||||
/// </summary>
|
||||
[Obsolete] PreventAll = 0x03
|
||||
PreventAll = 0x03
|
||||
}
|
||||
|
||||
public enum MmcGetConfigurationRt : byte
|
||||
|
||||
Reference in New Issue
Block a user