Remove an unused variable from PidginAccountStore gtk4

Fri, 26 Aug 2022 05:10:22 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 26 Aug 2022 05:10:22 -0500
branch
gtk4
changeset 41607
8d14b5f6585e
parent 41606
41e499623fc0
child 41608
a0a447f4e151

Remove an unused variable from PidginAccountStore

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/1663/

pidgin/pidginaccountstore.c file | annotate | diff | comparison | revisions
--- a/pidgin/pidginaccountstore.c	Fri Aug 26 03:51:35 2022 -0500
+++ b/pidgin/pidginaccountstore.c	Fri Aug 26 05:10:22 2022 -0500
@@ -39,7 +39,6 @@
 {
 	PurpleProtocol *protocol = NULL;
 	GtkTreeIter iter;
-	GdkPixbuf *pixbuf = NULL;
 	gchar *markup = NULL;
 	const gchar *alias = NULL, *icon_name = NULL;
 

mercurial