mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove TODOs
This commit is contained in:
@@ -11,7 +11,6 @@ namespace SabreTools.Library.DatFiles
|
||||
/// <summary>
|
||||
/// Represents all possible DAT header information
|
||||
/// </summary>
|
||||
/// TODO: Can this be rewritten as a Dictionary?
|
||||
public class DatHeader : ICloneable
|
||||
{
|
||||
#region Publicly facing variables
|
||||
|
||||
@@ -15,7 +15,6 @@ namespace SabreTools.Library.DatItems
|
||||
/// <summary>
|
||||
/// Base class for all items included in a set
|
||||
/// </summary>
|
||||
/// TODO: Can this be rewritten as a Dictionary?
|
||||
public abstract class DatItem : IEquatable<DatItem>, IComparable<DatItem>, ICloneable
|
||||
{
|
||||
#region Protected instance variables
|
||||
|
||||
@@ -9,7 +9,6 @@ namespace SabreTools.Library.DatItems
|
||||
/// <summary>
|
||||
/// Represents the information specific to a set/game/machine
|
||||
/// </summary>
|
||||
/// TODO: Can this be rewritten as a Dictionary?
|
||||
public class Machine : ICloneable
|
||||
{
|
||||
#region Publicly facing variables
|
||||
|
||||
Reference in New Issue
Block a user