Remove old code from GTK request dialog
Review Request #3535 — Created Sept. 27, 2024 and submitted — Latest diff uploaded
We only support fields now, so no need for the
union
, and the GObject data
can be replaced by the usual data struct.There are also no signal connections using
pidgin_request_get_handle
, so
there's no need to clean them up.Also remove unused
GtkSizeGroup
.
Compiled and checked Request Fields from the Demo protocol.