--- a/libpurple/example/nullclient.c Thu Aug 23 01:27:48 2012 -0400 +++ b/libpurple/example/nullclient.c Fri Jan 25 02:22:38 2013 -0500 @@ -103,11 +103,7 @@ glib_input_add, g_source_remove, NULL, -#if GLIB_CHECK_VERSION(2,14,0) g_timeout_add_seconds, -#else - NULL, -#endif /* padding */ NULL, @@ -218,19 +214,12 @@ abort(); } - /* Create and load the buddylist. */ - purple_set_blist(purple_blist_new()); - purple_blist_load(); - /* Load the preferences. */ purple_prefs_load(); /* Load the desired plugins. The client should save the list of loaded plugins in * the preferences using purple_plugins_save_loaded(PLUGIN_SAVE_PREF) */ purple_plugins_load_saved(PLUGIN_SAVE_PREF); - - /* Load the pounces. */ - purple_pounces_load(); } static void