From 55a4b2ce1b5c0bce539651d31e3878630ae94472 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 22 Aug 2015 04:11:40 +0200 Subject: [PATCH] TextImportDialog: Remove unused struct definition --- src/ui/gui/text-data-import-dialog.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ui/gui/text-data-import-dialog.h b/src/ui/gui/text-data-import-dialog.h index 59b5819c3e..9e13b65f0a 100644 --- a/src/ui/gui/text-data-import-dialog.h +++ b/src/ui/gui/text-data-import-dialog.h @@ -25,11 +25,6 @@ enum { MAX_PREVIEW_LINES = 1000 }; /* Max number of lines to read. */ -struct assist_page -{ - GtkWidget *page; -}; - /* The file to be imported. */ struct file { -- 2.30.2