Removed unused constructor
This commit is contained in:
parent
e69d97478d
commit
799b6e5093
1 changed files with 0 additions and 2 deletions
|
@ -289,8 +289,6 @@ namespace arookas {
|
||||||
get { return (uint)Index; }
|
get { return (uint)Index; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public sunVariableSymbol(string name)
|
|
||||||
: this(name, 0, 0) { }
|
|
||||||
public sunVariableSymbol(string name, int display, int index)
|
public sunVariableSymbol(string name, int display, int index)
|
||||||
: base(name) {
|
: base(name) {
|
||||||
mDisplay = display;
|
mDisplay = display;
|
||||||
|
|
Loading…
Reference in a new issue