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 /tests | |
parent | 0431617ada56f9ce9649311b8b298a8c4c87839c (diff) | |
download | blt-2823c7b2d44cef9da30d5175f02a09a960038b10.zip blt-2823c7b2d44cef9da30d5175f02a09a960038b10.tar.gz blt-2823c7b2d44cef9da30d5175f02a09a960038b10.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/axis.tcl | 1 | ||||
-rw-r--r-- | tests/barelement.tcl | 1 | ||||
-rw-r--r-- | tests/lineelement.tcl | 1 | ||||
-rw-r--r-- | tests/marker.tcl | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/tests/axis.tcl b/tests/axis.tcl index 0c2176f..f26ed05 100644 --- a/tests/axis.tcl +++ b/tests/axis.tcl @@ -75,7 +75,6 @@ bltCmd $graph axis configure x -color #bltCmd $graph axis deactivate foo #bltCmd $graph axis delete foo #bltCmd $graph axis focus x -#bltCmd $graph axis get x #bltCmd $graph axis invtransform x #bltCmd $graph axis limits x #bltCmd $graph axis margin x diff --git a/tests/barelement.tcl b/tests/barelement.tcl index 94c0da5..5574432 100644 --- a/tests/barelement.tcl +++ b/tests/barelement.tcl @@ -70,7 +70,6 @@ bltCmd $graph element create data4 bltCmd $graph element create data5 bltCmd $graph element delete data4 data5 bltCmd $graph element exists data1 -#bltCmd $graph element get bltCmd $graph element lower data1 bltCmd $graph element lower data2 data3 bltCmd $graph element names diff --git a/tests/lineelement.tcl b/tests/lineelement.tcl index ebf858c..b4200f4 100644 --- a/tests/lineelement.tcl +++ b/tests/lineelement.tcl @@ -83,7 +83,6 @@ bltCmd $graph element create data4 bltCmd $graph element create data5 bltCmd $graph element delete data4 data5 bltCmd $graph element exists data1 -#bltCmd $graph element get bltCmd $graph element lower data1 bltCmd $graph element lower data2 data3 bltCmd $graph element names diff --git a/tests/marker.tcl b/tests/marker.tcl index 2a9e702..cca9629 100644 --- a/tests/marker.tcl +++ b/tests/marker.tcl @@ -22,7 +22,6 @@ set foo [$graph marker create line foo] bltCmd $graph marker delete $foo bltCmd $graph marker exists $mm bltCmd $graph marker find enclosed 0 0 2 200 -bltCmd $graph marker get name current bltCmd $graph marker lower $mm bltCmd $graph marker lower $mm $nn bltCmd $graph marker names |