Chop out some unused code.
This commit is contained in:
parent
fe62b14a13
commit
12b83f6f85
1 changed files with 0 additions and 15 deletions
|
|
@ -448,19 +448,4 @@ namespace TShockAPI
|
|||
File.WriteAllText("PermissionsDescriptions.txt", sb.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
|
||||
public sealed class TodoAttribute : Attribute
|
||||
{
|
||||
public string Info { get; private set; }
|
||||
|
||||
public TodoAttribute(string info)
|
||||
{
|
||||
Info = info;
|
||||
}
|
||||
|
||||
public TodoAttribute()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue