Removed the unused sunFileArgs class.
This commit is contained in:
parent
cde799eadd
commit
7672bea631
1 changed files with 0 additions and 14 deletions
|
@ -238,18 +238,4 @@ namespace arookas
|
|||
writer.WriteS32(varCount);
|
||||
}
|
||||
}
|
||||
|
||||
public class sunFileArgs : EventArgs
|
||||
{
|
||||
public sunScriptFile File { get; private set; }
|
||||
|
||||
public sunFileArgs(sunScriptFile file)
|
||||
{
|
||||
if (file == null)
|
||||
{
|
||||
throw new ArgumentNullException("file");
|
||||
}
|
||||
File = file;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue