pidgin/purple-plugin-pack

Remove an unused variable in bit.c

2018-08-25, Gary Kramlich
37331e2484b2
Parents 512fe2e39304
Children 6a3f2952d2fa
Remove an unused variable in bit.c
  • +0 -1
    bit/bit.c
  • --- a/bit/bit.c Fri Aug 24 00:08:22 2018 -0500
    +++ b/bit/bit.c Sat Aug 25 19:24:31 2018 -0500
    @@ -36,7 +36,6 @@
    {
    PurpleBlistNode *node = NULL;
    PurpleConversation *conv = NULL;
    - gint n;
    /* this grabs the purple buddy list, which will be walked through */
    buddies = purple_get_blist();