summaryrefslogtreecommitdiff
path: root/tk/library/demos/check.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tk/library/demos/check.tcl')
-rw-r--r--tk/library/demos/check.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tk/library/demos/check.tcl b/tk/library/demos/check.tcl
index 000ef61ae84..f863b5796c7 100644
--- a/tk/library/demos/check.tcl
+++ b/tk/library/demos/check.tcl
@@ -31,4 +31,3 @@ checkbutton $w.b1 -text "Wipers OK" -variable wipers -relief flat
checkbutton $w.b2 -text "Brakes OK" -variable brakes -relief flat
checkbutton $w.b3 -text "Driver Sober" -variable sober -relief flat
pack $w.b1 $w.b2 $w.b3 -side top -pady 2 -anchor w
-