From: W. Trevor King Date: Tue, 3 Aug 2010 10:38:40 +0000 (-0400) Subject: Remove outdated TODO: comments from hooke.ui.gui X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=84ab9f0276300f09dce4415cb8c89d011b9be00e;p=hooke.git Remove outdated TODO: comments from hooke.ui.gui --- 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)