Merge branch 'dev' into python-renderer

This commit is contained in:
2019-12-12 20:56:00 +01:00
3 changed files with 1 additions and 3 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"));