Remove outdated TODO from source file
This commit is contained in:
		@@ -99,7 +99,6 @@ ActivityBar *activity_bar_new()
 | 
				
			|||||||
	return bar;
 | 
						return bar;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* TODO: Complete this once the task list is fully implemented */
 | 
					 | 
				
			||||||
void activity_bar_set_ready(ActivityBar *bar)
 | 
					void activity_bar_set_ready(ActivityBar *bar)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	gtk_label_set_text(GTK_LABEL(bar->label), _("Ready"));
 | 
						gtk_label_set_text(GTK_LABEL(bar->label), _("Ready"));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user