summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorerikleunissen <elns@xs4all.nl>2025-04-01 16:16:46 (GMT)
committererikleunissen <elns@xs4all.nl>2025-04-01 16:16:46 (GMT)
commit71c1e38c3dda37de10fc41f0ecf5ce11487c27de (patch)
tree410ab9eec7d4b52121ca6ffe7a31e7af3f15ddae /tests
parent3c45da3500cdb37e1878536dfaea0cb3ce72f439 (diff)
downloadtk-FINAL_REVIEW.zip
tk-FINAL_REVIEW.tar.gz
tk-FINAL_REVIEW.tar.bz2
testutils.tcl [pause]: more simplificationFINAL_REVIEW
Diffstat (limited to 'tests')
-rw-r--r--tests/testutils.tcl4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testutils.tcl b/tests/testutils.tcl
index f5c9c45..27d53a1 100644
--- a/tests/testutils.tcl
+++ b/tests/testutils.tcl
@@ -133,10 +133,6 @@ namespace eval ::tk::test::generic {
proc pause {ms} {
variable _pause
- if {! [info exists _pause(count)]} {
- set _pause(count) 0
- }
-
set num [incr _pause(count)]
set _pause($num) 1