forked from AuroraMiddleware/gtk
Remove a redundant const
const gchar const is still just const gchar, unless there's indirections in between.
This commit is contained in:
parent
a14bb5578f
commit
f00f2fdf0d
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user