From 84ab9f0276300f09dce4415cb8c89d011b9be00e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 3 Aug 2010 06:38:40 -0400 Subject: [PATCH] Remove outdated TODO: comments from hooke.ui.gui --- hooke/ui/gui/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/hooke/ui/gui/__init__.py b/hooke/ui/gui/__init__.py index c7409fb..bbcbc0f 100644 --- a/hooke/ui/gui/__init__.py +++ b/hooke/ui/gui/__init__.py @@ -688,7 +688,6 @@ class HookeFrame (wx.Frame): def _on_update_note(self, _class, method, text): """Sets the note for the active curve. """ - # TODO: note list interface in NotePanel. self.execute_command( command=self._command_by_name('set note'), args={'note':text}) @@ -728,8 +727,6 @@ class HookeFrame (wx.Frame): def _on_set_selected_curve(self, _class, method, playlist, curve): """Call the `jump to curve` command. - - TODO: playlists plugin. """ self._on_set_selected_playlist(_class, method, playlist) index = playlist.index(curve) -- 2.26.2