linting
removed some dead code and fixed a few bugs i introduced
This commit is contained in:
@@ -153,15 +153,5 @@ namespace _2DGAMELIB
|
||||
{
|
||||
pars.Dispose();
|
||||
}
|
||||
|
||||
public bool IsBut1()
|
||||
{
|
||||
return this is But1;
|
||||
}
|
||||
|
||||
public But1 ToBut1()
|
||||
{
|
||||
return (But1)this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user