Remove old unused code
This commit is contained in:
parent
93488ffc65
commit
736ced24e4
|
@ -1,10 +0,0 @@
|
|||
using System.IO;
|
||||
|
||||
namespace KeepersCompound.LGS.Database;
|
||||
|
||||
public interface IPersistable
|
||||
{
|
||||
public void Read(BinaryReader reader);
|
||||
|
||||
public void Write(BinaryWriter writer);
|
||||
}
|
Loading…
Reference in New Issue