frames: Cleanup unused function argument
It's unused. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4161>
This commit is contained in:
parent
19e319b3b4
commit
4f71551f66
@ -51,7 +51,7 @@ should_load_libadwaita (void)
|
||||
}
|
||||
|
||||
static void
|
||||
load_libadwaita (GdkDisplay *display)
|
||||
load_libadwaita (void)
|
||||
{
|
||||
GModule *libadwaita;
|
||||
InitFunc adw_init;
|
||||
@ -99,7 +99,7 @@ main (int argc,
|
||||
display = gdk_display_get_default ();
|
||||
|
||||
if (should_load_libadwaita ())
|
||||
load_libadwaita (display);
|
||||
load_libadwaita ();
|
||||
|
||||
xdisplay = gdk_x11_display_get_xdisplay (display);
|
||||
XFixesSetClientDisconnectMode (xdisplay,
|
||||
|
Loading…
x
Reference in New Issue
Block a user