Remove duplicated buddyListNewNode method
This commit is contained in:
parent
9b95452c7d
commit
0dd7c411c7
1 changed files with 1 additions and 4 deletions
|
@ -945,10 +945,7 @@ static void buddyListSaveNode(PurpleBlistNode *node) {
|
|||
|
||||
}
|
||||
|
||||
static void buddyListNewNode(PurpleBlistNode *node) {
|
||||
if (!PURPLE_BLIST_NODE_IS_BUDDY(node))
|
||||
return;
|
||||
|
||||
static void buddyListSaveAccount(PurpleAccount *account) {
|
||||
}
|
||||
|
||||
static void buddyListRemoveNode(PurpleBlistNode *node) {
|
||||
|
|
Loading…
Add table
Reference in a new issue