From 17ccb4f4bd610252e4ea600546750ddcc09c855a Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 17:23:33 +0200 Subject: Use a blank line at most --- font-viewer/font-model.c | 1 - font-viewer/font-view.c | 1 - 2 files changed, 2 deletions(-) (limited to 'font-viewer') 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); -- cgit v1.2.1