Remove outdated TODO: comments from hooke.ui.gui
authorW. Trevor King <wking@drexel.edu>
Tue, 3 Aug 2010 10:38:40 +0000 (06:38 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 3 Aug 2010 10:38:40 +0000 (06:38 -0400)
hooke/ui/gui/__init__.py

index c7409fbb6a9d410a8dcf3707acc3b3a92029946d..bbcbc0faae81bde0b30f4cbf3f33f95c3a535848 100644 (file)
@@ -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)