diff options
Diffstat (limited to 'font-viewer')
-rw-r--r-- | font-viewer/font-model.c | 1 | ||||
-rw-r--r-- | font-viewer/font-view.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/font-viewer/font-model.c b/font-viewer/font-model.c index 4cc0cd4f..8e3b4dea 100644 --- a/font-viewer/font-model.c +++ b/font-viewer/font-model.c @@ -588,7 +588,6 @@ font_view_model_init (FontViewModel *self) font_view_model_sort_func, NULL, NULL); - self->priv->fallback_icon = get_fallback_icon (); g_idle_add (ensure_font_list_idle, self); diff --git a/font-viewer/font-view.c b/font-viewer/font-view.c index 995e2021..826369d9 100644 --- a/font-viewer/font-view.c +++ b/font-viewer/font-view.c @@ -402,7 +402,6 @@ install_button_clicked_cb (GtkButton *button, dest_file = g_file_get_child (dest_location, dest_filename); g_free (dest_filename); - /* TODO: show error dialog if file exists */ g_file_copy_async (self->font_file, dest_file, G_FILE_COPY_NONE, 0, NULL, NULL, NULL, font_install_finished_cb, self); |