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>
|
/// <summary>
|
||||||
/// Represents all possible DAT header information
|
/// Represents all possible DAT header information
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// TODO: Can this be rewritten as a Dictionary?
|
|
||||||
public class DatHeader : ICloneable
|
public class DatHeader : ICloneable
|
||||||
{
|
{
|
||||||
#region Publicly facing variables
|
#region Publicly facing variables
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ namespace SabreTools.Library.DatItems
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Base class for all items included in a set
|
/// Base class for all items included in a set
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// TODO: Can this be rewritten as a Dictionary?
|
|
||||||
public abstract class DatItem : IEquatable<DatItem>, IComparable<DatItem>, ICloneable
|
public abstract class DatItem : IEquatable<DatItem>, IComparable<DatItem>, ICloneable
|
||||||
{
|
{
|
||||||
#region Protected instance variables
|
#region Protected instance variables
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ namespace SabreTools.Library.DatItems
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents the information specific to a set/game/machine
|
/// Represents the information specific to a set/game/machine
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// TODO: Can this be rewritten as a Dictionary?
|
|
||||||
public class Machine : ICloneable
|
public class Machine : ICloneable
|
||||||
{
|
{
|
||||||
#region Publicly facing variables
|
#region Publicly facing variables
|
||||||
|
|||||||
Reference in New Issue
Block a user