diff -r 46a289816176 -r 3bad98fa1f0c pidgin/gtkconv.c --- a/pidgin/gtkconv.c Thu Feb 03 05:14:55 2022 -0600 +++ b/pidgin/gtkconv.c Thu Feb 03 22:13:28 2022 -0600 @@ -3278,11 +3278,6 @@ purple_prefs_add_int(PIDGIN_PREFS_ROOT "/conversations/font_size", 3); purple_prefs_add_int(PIDGIN_PREFS_ROOT "/conversations/scrollback_lines", 4000); -#ifdef _WIN32 - purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/conversations/use_theme_font", TRUE); - purple_prefs_add_string(PIDGIN_PREFS_ROOT "/conversations/custom_font", ""); -#endif - /* Conversations -> Chat */ purple_prefs_add_none(PIDGIN_PREFS_ROOT "/conversations/chat"); purple_prefs_add_int(PIDGIN_PREFS_ROOT "/conversations/chat/entry_height", 54);