diff -r b45e9fceeae9 -r 686ea9361312 pidgin/prefs/pidginprefsinternal.h --- a/pidgin/prefs/pidginprefsinternal.h Tue May 17 01:58:52 2022 -0500 +++ b/pidgin/prefs/pidginprefsinternal.h Tue May 17 01:58:52 2022 -0500 @@ -35,11 +35,6 @@ GtkWidget *combo; PurplePrefType type; const gchar *key; - union { - const char *string; - int integer; - gboolean boolean; - } value; }; G_BEGIN_DECLS