diff --git a/pd/src/pd.tk b/pd/src/pd.tk
index 4a81db78f2b9baf16d0ec7780a377bd757e57592..f3a9daae5c309c2e04120831d78c2b6b3e02887a 100644
--- a/pd/src/pd.tk
+++ b/pd/src/pd.tk
@@ -4199,7 +4199,6 @@ proc pdtk_canvas_mouseup {name x y b} {
 # we use this to ensure that all gop children are selected for
 # optimized displace and other operations without having to redraw
 # canvas on every operation
-# (could this be further improved by using && for tags?)
 proc pdtk_select_all_gop_widgets {name gop state} {
 	#puts stderr "pdtk_select_all_gop_widgets $name $gop $state"
 	foreach item [$name.c find all] {