From 799b6e50935d7142f90904e19c0de0b663bd1cab Mon Sep 17 00:00:00 2001 From: arookas Date: Mon, 22 Feb 2016 20:42:34 -0500 Subject: [PATCH] Removed unused constructor --- ssc/symbol.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ssc/symbol.cs b/ssc/symbol.cs index e1fb740..685ab62 100644 --- a/ssc/symbol.cs +++ b/ssc/symbol.cs @@ -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;