summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjoye <joye>2014-04-08 20:22:30 (GMT)
committerjoye <joye>2014-04-08 20:22:30 (GMT)
commit088267547c082f72a7dc647bf97e1d10c9ec0b6a (patch)
treedf80d035af0485e9e3a5ac7bc7148504e1708dce /src
parent2356dc63a0d196b19b7ea950b23d7ddf94ba2430 (diff)
downloadblt-088267547c082f72a7dc647bf97e1d10c9ec0b6a.zip
blt-088267547c082f72a7dc647bf97e1d10c9ec0b6a.tar.gz
blt-088267547c082f72a7dc647bf97e1d10c9ec0b6a.tar.bz2
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/bltGrLegd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bltGrLegd.h b/src/bltGrLegd.h
index 1779b77..c5dcc40 100644
--- a/src/bltGrLegd.h
+++ b/src/bltGrLegd.h
@@ -48,7 +48,6 @@ extern "C" {
#define LEGEND_TOP (1<<3) // Top margin, below the graph title
#define LEGEND_PLOT (1<<4) // Plot area
#define LEGEND_XY (1<<5) // Screen coordinates in the plotting area
-#define LEGEND_WINDOW (1<<6) // External window
#define LEGEND_MARGIN_MASK (LEGEND_RIGHT|LEGEND_LEFT|LEGEND_BOTTOM|LEGEND_TOP)
#define LEGEND_PLOTAREA_MASK (LEGEND_PLOT | LEGEND_XY)
@@ -129,7 +128,6 @@ struct _Legend {
int yReq;
int x;
int y;
- Tcl_Command cmdToken;
Tk_Window tkwin;
int maxSymSize;
Blt_BindTable bindTable;