Removed unused constructor

This commit is contained in:
arookas 2016-02-22 20:42:34 -05:00
parent e69d97478d
commit 799b6e5093

View file

@ -289,8 +289,6 @@ namespace arookas {
get { return (uint)Index; }
}
public sunVariableSymbol(string name)
: this(name, 0, 0) { }
public sunVariableSymbol(string name, int display, int index)
: base(name) {
mDisplay = display;