Remove outdated TODO from source file

This commit is contained in:
Mario Hüttel 2019-12-12 20:34:41 +01:00
parent 9e8d0b4611
commit 20d72a5edb
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ ActivityBar *activity_bar_new()
return bar;
}
/* TODO: Complete this once the task list is fully implemented */
void activity_bar_set_ready(ActivityBar *bar)
{
gtk_label_set_text(GTK_LABEL(bar->label), _("Ready"));