diff options
Diffstat (limited to 'font-viewer/font-view.c')
-rw-r--r-- | font-viewer/font-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |