Remove a redundant const

const gchar const is still just const gchar, unless there's
indirections in between.
This commit is contained in:
Matthias Clasen 2015-03-22 15:18:35 -04:00
parent a14bb5578f
commit f00f2fdf0d

View File

@ -207,7 +207,7 @@ static GObject *gtk_print_unix_dialog_buildable_get_internal_child (GtkBuildabl
GtkBuilder *builder,
const gchar *childname);
static const gchar const common_paper_sizes[][16] = {
static const gchar common_paper_sizes[][16] = {
"na_letter",
"na_legal",
"iso_a4",