Remove unneeded TODO line

This commit is contained in:
Gergely Polonkai 2014-07-05 11:14:11 +02:00
parent 89fda4ef04
commit ee4faf34a6
1 changed files with 0 additions and 1 deletions

View File

@ -698,7 +698,6 @@ ag_window_init(AgWindow *window)
gtk_stack_set_visible_child_name(GTK_STACK(priv->stack), "edit");
priv->current_tab = priv->tab_edit;
g_object_set(priv->year_adjust, "lower", (gdouble)G_MININT, "upper", (gdouble)G_MAXINT, NULL);
//TODO: gtk_header_bar_set_custom_title(GTK_HEADER_BAR(priv->header_bar), priv->stack_switcher);
priv->chart = NULL;
priv->uri = NULL;