removed unnecessary features

This commit is contained in:
2007-12-23 01:32:10 +00:00
parent ad228277ce
commit c19cbaa8bd
6 changed files with 1 additions and 61 deletions

View File

@ -100,18 +100,6 @@ namespace ase.com
set { awk.ExplicitVariable = value; }
}
public bool UniqueFunction
{
get { return awk.UniqueFunction; }
set { awk.UniqueFunction = value; }
}
public bool VariableShading
{
get { return awk.VariableShading; }
set { awk.VariableShading = value; }
}
public bool ShiftOperators
{
get { return awk.ShiftOperators; }

Binary file not shown.