summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-11-29 20:14:43 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-11-29 20:14:43 (GMT)
commit2fae22a3f3d74c05f47cb9349836459589ae5f19 (patch)
tree1482cd3d894a9c615f37900d7f7e370cbe92b016
parentcbf578747388c2e72c5f6feacf896383a405370c (diff)
downloadblt-2fae22a3f3d74c05f47cb9349836459589ae5f19.zip
blt-2fae22a3f3d74c05f47cb9349836459589ae5f19.tar.gz
blt-2fae22a3f3d74c05f47cb9349836459589ae5f19.tar.bz2
minor
-rw-r--r--tksao/frame/xyparser.C2
-rw-r--r--tksao/frame/xyparser.Y2
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 = "";