summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = "";