summaryrefslogtreecommitdiff
path: root/gtk/gtkcustompaperunixdialog.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-07 22:00:23 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-07 22:03:15 -0400
commitac87c72797afe6b810b43d53962da3b74999884c (patch)
tree8a45122754d37a4b30953bd226fb25a18d250f24 /gtk/gtkcustompaperunixdialog.h
parent5be87107749cd8f6b344fa719a5fa9a25277eef0 (diff)
downloadgtk+-ac87c72797afe6b810b43d53962da3b74999884c.tar.gz
paperdialog: Drop an unused function
This gets rid of a GtkListStore use.
Diffstat (limited to 'gtk/gtkcustompaperunixdialog.h')
-rw-r--r--gtk/gtkcustompaperunixdialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcustompaperunixdialog.h b/gtk/gtkcustompaperunixdialog.h
index 8f96bf91d2..b123ee9392 100644
--- a/gtk/gtkcustompaperunixdialog.h
+++ b/gtk/gtkcustompaperunixdialog.h
@@ -33,7 +33,6 @@ GType gtk_custom_paper_unix_dialog_get_type (void) G_GNUC_
GtkWidget * _gtk_custom_paper_unix_dialog_new (GtkWindow *parent,
const char *title);
GtkUnit _gtk_print_get_default_user_units (void);
-void _gtk_print_load_custom_papers (GtkListStore *store);
void gtk_print_load_custom_papers (GListStore *store);
GList * _gtk_load_custom_papers (void);