diff options
author | joye <joye> | 2014-05-23 16:21:47 (GMT) |
---|---|---|
committer | joye <joye> | 2014-05-23 16:21:47 (GMT) |
commit | 2823c7b2d44cef9da30d5175f02a09a960038b10 (patch) | |
tree | 34dc89df33d446298e61e284dd56d9b033e77bfb /src/bltGraph.h | |
parent | 0431617ada56f9ce9649311b8b298a8c4c87839c (diff) | |
download | blt-2823c7b2d44cef9da30d5175f02a09a960038b10.zip blt-2823c7b2d44cef9da30d5175f02a09a960038b10.tar.gz blt-2823c7b2d44cef9da30d5175f02a09a960038b10.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGraph.h')
-rw-r--r-- | src/bltGraph.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bltGraph.h b/src/bltGraph.h index d3889bc..12c452f 100644 --- a/src/bltGraph.h +++ b/src/bltGraph.h @@ -237,7 +237,6 @@ class Graph { int isElementHidden(Blt::Marker*); virtual int createElement(int, Tcl_Obj* const []) =0; - void destroyElement(Element*); int getElement(Tcl_Obj*, Element**); ClientData elementTag(const char*); |