1
0
Fork 0

native/render-device-egl-stream: Remove unused variable

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2905>
This commit is contained in:
Daniel van Vugt 2023-05-30 17:18:19 +08:00
parent 69e0ce36b1
commit 6cb68d39f5

View file

@ -174,7 +174,6 @@ meta_render_device_egl_stream_initable_init (GInitable *initable,
MetaKms *kms;
EGLDeviceEXT egl_device;
EGLDisplay egl_display;
g_autofree const char **missing_extensions = NULL;
if (count_mode_setting_devices (backend) != 1)
{