commit | 42b334d93d0454f12eb249805049b75d2bd6dc07 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jul 30 12:22:12 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jul 30 12:22:12 1999 +0000 |
tree | 8b159c7573bdc73e6936fabf9a8cddd4b0027d01 | |
parent | eac8abee4ecec2e88e0e3ad18b32de250e48a44a [diff] |
Remove some redundant code from Canvas.tag_bind(), which added all bindings to a dictionary _tagcommands which was otherwise unused. (This was checked in accidentally with rev. 1.125 and not deleted with rev. 1.127 when the other half of this code was removed -- although even as originally checked in the _tagcommands variable was never used.) (PR#40, reported by Peter Stoehr)