From 0f764829163a84192406d2b7c11830d05638d00d Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 12 Aug 2024 01:09:33 +0200 Subject: [PATCH] GioLister: Remove undef signals --- src/device/giolister.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/device/giolister.h b/src/device/giolister.h index 41aff3a7..e514cad9 100644 --- a/src/device/giolister.h +++ b/src/device/giolister.h @@ -24,11 +24,6 @@ #include "config.h" -// Work around compile issue with glib >= 2.25 -#ifdef signals -# undef signals -#endif - #include #include #include