summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjoye <joye>2014-02-06 18:28:29 (GMT)
committerjoye <joye>2014-02-06 18:28:29 (GMT)
commit9b44b0dae1333ea1264b93495f14556c11d0b522 (patch)
treeba47634f291c6476a663a8c2b3a8045bbbdae4a1 /src
parent0781e4fad7bfbd5ae456b4cdeb256f4e75fa04a3 (diff)
downloadblt-9b44b0dae1333ea1264b93495f14556c11d0b522.zip
blt-9b44b0dae1333ea1264b93495f14556c11d0b522.tar.gz
blt-9b44b0dae1333ea1264b93495f14556c11d0b522.tar.bz2
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/bltGraph.C2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C
index 0b36afe..f6c6bd3 100644
--- a/src/bltGraph.C
+++ b/src/bltGraph.C
@@ -779,7 +779,6 @@ static void DestroyGraph(char* dataPtr)
{
Graph* graphPtr = (Graph*)dataPtr;
- Blt_FreeOptions(configSpecs, (char*)graphPtr, graphPtr->display, 0);
/*
* Destroy the individual components of the graph: elements, markers,
* axes, legend, display lists etc. Be careful to remove them in
@@ -927,7 +926,6 @@ static Graph* CreateGraph(ClientData clientData, Tcl_Interp* interp,
if (InitPens(graphPtr) != TCL_OK)
goto error;
- // if (Blt_ConfigureWidgetFromObj(interp, tkwin, configSpecs, objc - 2, objv + 2, (char*)graphPtr, 0) != TCL_OK)
if (Tk_InitOptions(interp, (char*)graphPtr, optionTable, tkwin) != TCL_OK)
goto error;
if (GraphObjConfigure(interp, graphPtr, objc-2, objv+2) != TCL_OK)