Skip to content

Commit

Permalink
remove a few obsolete TODO markers
Browse files Browse the repository at this point in the history
darcs-hash:20080817175638-a887e-a41edf0a22848e03bd5e27b6313228a6e7ac5373.gz
  • Loading branch information
thjaeger committed Aug 17, 2008
1 parent 3df9eb1 commit 23a4c9a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,6 @@ class ActionHandler : public Handler {
replace_child(new ScrollHandler(button, button2));
return;
}
//TODO
if (replay_button) {
press_button = replay_button;
replay_button = 0;
Expand Down Expand Up @@ -436,7 +435,7 @@ class ActionHandler : public Handler {
}

virtual void release(guint b, RTriple e) {
if (b != button2) //TODO
if (b != button2)
return;
clear_mods();
parent->replace_child(0);
Expand Down Expand Up @@ -512,7 +511,6 @@ class ActionXiHandler : public Handler {
h->replace_child(new WaitForButtonHandler(button2, false));
return;
}
//TODO
if (replay_button) {
press_button = replay_button;
replay_button = 0;
Expand Down Expand Up @@ -543,7 +541,6 @@ class ActionXiHandler : public Handler {
// h->replace_child(new WaitForButtonHandler(button2, false));
return;
}
//TODO
if (replay_button) {
press_button = replay_button;
replay_button = 0;
Expand Down

0 comments on commit 23a4c9a

Please sign in to comment.