Removed unusedd sunConstInfo class.
This commit is contained in:
parent
0840a33f9b
commit
e9ee07f15c
1 changed files with 0 additions and 12 deletions
|
@ -118,16 +118,4 @@ namespace arookas
|
|||
Script, // outside of a function
|
||||
Function, // inside of a function
|
||||
}
|
||||
|
||||
class sunConstInfo
|
||||
{
|
||||
public string Name { get; private set; }
|
||||
public sunExpression Expression { get; private set; }
|
||||
|
||||
public sunConstInfo(string name, sunExpression expression)
|
||||
{
|
||||
Name = name;
|
||||
Expression = expression;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue