summaryrefslogtreecommitdiff
path: root/libpurple/server.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-10-23 01:06:57 -0500
committerGary Kramlich <grim@reaperworld.com>2021-10-23 01:06:57 -0500
commitc4166e1d247c08dc3b68d5c5a9fe3b6061d1b883 (patch)
tree72b7e7d122b28ab2cc6a62b75279c0abde94c984 /libpurple/server.c
parentf1da8613611d1ff9b13d3fca3f33d03a944b039d (diff)
downloadpidgin-c4166e1d247c08dc3b68d5c5a9fe3b6061d1b883.tar.gz
Now that the History API is here, remove the purple logging api
Testing Done: Sent ims in both pidgin3 and finch3, also joined a chat in pidgin3 and verified that the preferences window is okay. Reviewed at https://reviews.imfreedom.org/r/1077/
Diffstat (limited to 'libpurple/server.c')
-rw-r--r--libpurple/server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpurple/server.c b/libpurple/server.c
index f2e6d20448..053ef01495 100644
--- a/libpurple/server.c
+++ b/libpurple/server.c
@@ -28,7 +28,6 @@
#include "internal.h"
#include "buddylist.h"
#include "debug.h"
-#include "log.h"
#include "notify.h"
#include "prefs.h"
#include "protocol.h"