diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-11-29 20:14:43 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-11-29 20:14:43 (GMT) |
commit | 2fae22a3f3d74c05f47cb9349836459589ae5f19 (patch) | |
tree | 1482cd3d894a9c615f37900d7f7e370cbe92b016 /tksao/frame | |
parent | cbf578747388c2e72c5f6feacf896383a405370c (diff) | |
download | blt-2fae22a3f3d74c05f47cb9349836459589ae5f19.zip blt-2fae22a3f3d74c05f47cb9349836459589ae5f19.tar.gz blt-2fae22a3f3d74c05f47cb9349836459589ae5f19.tar.bz2 |
minor
Diffstat (limited to 'tksao/frame')
-rw-r--r-- | tksao/frame/xyparser.C | 2 | ||||
-rw-r--r-- | 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 = ""; |