Skip to content

Commit

Permalink
Merge pull request #144 from michaeleconomy/patch-3
Browse files Browse the repository at this point in the history
Remove unused class variable yarnName
  • Loading branch information
desplesda authored Jul 5, 2019
2 parents 47dcb94 + 2950296 commit 71195b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion YarnSpinner/AntlrCompiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,6 @@ public class GraphListener:YarnSpinnerParserBaseListener
{
String currentNode = null;
public Graph graph = new Graph();
String yarnName = "G";
public override void EnterHeader_title(YarnSpinnerParser.Header_titleContext context)
{
currentNode = context.HEADER_TITLE().GetText();
Expand Down

0 comments on commit 71195b6

Please sign in to comment.