From 2fae22a3f3d74c05f47cb9349836459589ae5f19 Mon Sep 17 00:00:00 2001 From: William Joye Date: Wed, 29 Nov 2017 15:14:43 -0500 Subject: minor --- tksao/frame/xyparser.C | 2 +- tksao/frame/xyparser.Y | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tksao/frame/xyparser.C b/tksao/frame/xyparser.C index 8dc9ff3..4a094e2 100644 --- a/tksao/frame/xyparser.C +++ b/tksao/frame/xyparser.C @@ -213,7 +213,7 @@ extern void xyerror(Base*, xyFlexLexer*, const char*); static const char *color = "green"; static int dash[] = {8,3}; -static int fill_ =0; +//static int fill_ =0; static const char *font = "helvetica 10 normal roman"; static const char *text = ""; diff --git a/tksao/frame/xyparser.Y b/tksao/frame/xyparser.Y index 43e674a..62b70a0 100644 --- a/tksao/frame/xyparser.Y +++ b/tksao/frame/xyparser.Y @@ -29,7 +29,7 @@ extern void xyerror(Base*, xyFlexLexer*, const char*); static const char *color = "green"; static int dash[] = {8,3}; -static int fill_ =0; +//static int fill_ =0; static const char *font = "helvetica 10 normal roman"; static const char *text = ""; -- cgit v0.12