pidgin/purple-plugin-pack

6a3f2952d2fa
Merged in rw_grim/purple-plugin-pack (pull request #8)

Remove an unused variable in bit.c

Approved-by: Gary Kramlich
  • +0 -1
    bit/bit.c
  • --- a/bit/bit.c Sun Aug 26 03:47:52 2018 +0000
    +++ b/bit/bit.c Sun Aug 26 03:48:12 2018 +0000
    @@ -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();