summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoye <joye>2013-09-13 17:06:26 (GMT)
committerjoye <joye>2013-09-13 17:06:26 (GMT)
commitfd5b88dc3d50931f3672b61a6c2a8ffc4afc7f61 (patch)
tree190bb132a49e6c3cb013ad8c2ce40c4c5f8bbfec
parent6ded92f2e9644449dae3c935347205ba7c30d2e4 (diff)
downloadblt-fd5b88dc3d50931f3672b61a6c2a8ffc4afc7f61.zip
blt-fd5b88dc3d50931f3672b61a6c2a8ffc4afc7f61.tar.gz
blt-fd5b88dc3d50931f3672b61a6c2a8ffc4afc7f61.tar.bz2
*** empty log message ***
-rw-r--r--src/bltGrLegd.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bltGrLegd.C b/src/bltGrLegd.C
index c96abbe..076839d 100644
--- a/src/bltGrLegd.C
+++ b/src/bltGrLegd.C
@@ -2315,6 +2315,7 @@ GetOp(Graph *graphPtr, Tcl_Interp *interp, int objc, Tcl_Obj *const *objv)
return TCL_OK;
}
+#if 0
/*
*----------------------------------------------------------------------
*
@@ -2418,7 +2419,7 @@ IconOp(Graph *graphPtr, Tcl_Interp *interp, int objc, Tcl_Obj *const *objv)
}
return TCL_OK;
}
-
+#endif
/*
*---------------------------------------------------------------------------
*
@@ -2760,7 +2761,7 @@ static Blt_OpSpec legendOps[] =
{"deactivate", 1, ActivateOp, 3, 0, "?pattern?...",},
{"focus", 1, FocusOp, 4, 4, "elem",},
{"get", 1, GetOp, 4, 4, "elem",},
- {"icon", 1, IconOp, 5, 5, "elem image",},
+ // {"icon", 1, IconOp, 5, 5, "elem image",},
{"selection", 1, SelectionOp, 3, 0, "args"},
};
static int nLegendOps = sizeof(legendOps) / sizeof(Blt_OpSpec);