diff options
Diffstat (limited to 'Ryujinx.Graphics.Device/RegisterAttribute.cs')
| -rw-r--r-- | Ryujinx.Graphics.Device/RegisterAttribute.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Ryujinx.Graphics.Device/RegisterAttribute.cs b/Ryujinx.Graphics.Device/RegisterAttribute.cs deleted file mode 100644 index 6e198963..00000000 --- a/Ryujinx.Graphics.Device/RegisterAttribute.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; - -namespace Ryujinx.Graphics.Device -{ - [AttributeUsage(AttributeTargets.Field, AllowMultiple = false)] - public sealed class RegisterAttribute : Attribute - { - public AccessControl AccessControl { get; } - - public RegisterAttribute(AccessControl ac) - { - AccessControl = ac; - } - } -} |
