projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31a0d83
)
Remove outdated TODO: comments from hooke.ui.gui
author
W. Trevor King
<wking@drexel.edu>
Tue, 3 Aug 2010 10:38:40 +0000
(06:38 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 3 Aug 2010 10:38:40 +0000
(06:38 -0400)
hooke/ui/gui/__init__.py
patch
|
blob
|
history
diff --git
a/hooke/ui/gui/__init__.py
b/hooke/ui/gui/__init__.py
index c7409fbb6a9d410a8dcf3707acc3b3a92029946d..bbcbc0faae81bde0b30f4cbf3f33f95c3a535848 100644
(file)
--- 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)