mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
checksettings: succeed quietly
This commit is contained in:
parent
09bf05bd57
commit
9d34a9cc65
@ -40,10 +40,7 @@ main (int argc,
|
||||
if (gdk_settings_map[i].gdk_offset != accu)
|
||||
g_error ("settings_map[%u].gdk_offset != %u\n", i, accu);
|
||||
accu += strlen (gdk_settings_names + accu) + 1;
|
||||
// g_print ("%u) ok.\n", i);
|
||||
}
|
||||
|
||||
g_print ("checksettings: all ok.\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user