diff -r e73dd56b68f1 -r effcb245f840 pidgin/prefs/pidginprefs.c --- a/pidgin/prefs/pidginprefs.c Thu May 09 20:50:45 2024 -0500 +++ b/pidgin/prefs/pidginprefs.c Thu May 09 21:21:24 2024 -0500 @@ -30,11 +30,15 @@ #include +#include + #include "pidginprefs.h" #include "pidginprefsinternal.h" #include "gtkutils.h" #include "pidgincore.h" +#if 0 #include "pidginvvprefs.h" +#endif struct _PidginPrefsWindow { GtkDialog parent; @@ -181,6 +185,7 @@ G_CALLBACK(set_expander_row_pref), (gchar *)key); } +#if 0 static void vv_test_switch_page_cb(GtkStack *stack, G_GNUC_UNUSED GParamSpec *pspec, gpointer data) @@ -192,6 +197,7 @@ pidgin_vv_prefs_disable_test_pipelines(vv_prefs); } } +#endif /****************************************************************************** * GObject Implementation @@ -217,8 +223,10 @@ ); /* Main window */ +#if 0 gtk_widget_class_bind_template_callback(widget_class, vv_test_switch_page_cb); +#endif } static void