summaryrefslogtreecommitdiffstats
path: root/tests/geometry.test
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2025-05-23 02:28:37 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2025-05-23 02:28:37 (GMT)
commit25f16a070dd42bc33af26334d2071a81377aee5c (patch)
treef20dcb1268a10aa292953f0ffa965881fefed78b /tests/geometry.test
parente1675428ff056ed7a44fcc26a26dc5adb8e5f9eb (diff)
parentf8e4b115fdb0f0886cd853323937b8ea757fcc21 (diff)
downloadtk-core-tip-716.zip
tk-core-tip-716.tar.gz
tk-core-tip-716.tar.bz2
Merge core-9-0-branchcore-tip-716
Diffstat (limited to 'tests/geometry.test')
-rw-r--r--tests/geometry.test5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/geometry.test b/tests/geometry.test
index 1588bb9..231da90 100644
--- a/tests/geometry.test
+++ b/tests/geometry.test
@@ -7,11 +7,6 @@
# Copyright © 1998-1999 Scriptics Corporation.
# All rights reserved.
-proc getsize w {
- regexp {(^[^+-]*)} [wm geometry $w] foo x
- return $x
-}
-
package require tcltest 2.2
eval tcltest::configure $argv
tcltest::loadTestedCommands