Remove unused variables

Detected through codeql

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3837>
This commit is contained in:
Bilal Elmoussaoui
2024-06-22 14:39:21 +02:00
committed by Bilal Elmoussaoui
parent 42e5c7bd9c
commit 6e1c761330
18 changed files with 1 additions and 30 deletions

View File

@ -2150,7 +2150,6 @@ meta_renderer_native_unset_modes (MetaRendererNative *renderer_native)
MetaGpu *gpu = l->data;
MetaKmsDevice *kms_device;
GList *k;
g_autoptr (MetaKmsFeedback) kms_feedback = NULL;
MetaKmsUpdate *kms_update = NULL;
if (!META_IS_GPU_KMS (gpu))