# HG changeset patch # User Chris Cannam # Date 1142854665 0 # Node ID b1d51d0521c3f434d8dda8169fa0cff5a967ecf3 # Parent bac8b14ab35506f445f46df8879febf33d3abdb3 * update TODO, some tidying diff -r bac8b14ab355 -r b1d51d0521c3 base/ViewManager.h --- a/base/ViewManager.h Fri Mar 17 17:38:28 2006 +0000 +++ b/base/ViewManager.h Mon Mar 20 11:37:45 2006 +0000 @@ -24,8 +24,7 @@ /** * The ViewManager manages properties that may need to be synchronised * between separate Views. For example, it handles signals associated - * with changes to the global pan and zoom. It also handles playback - * properties and play synchronisation. + * with changes to the global pan and zoom, and it handles selections. * * Views should be implemented in such a way as to work * correctly whether they are supplied with a ViewManager or not.