summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2019-03-18 20:55:07 -0500
committerGary Kramlich <grim@reaperworld.com>2019-03-18 20:55:07 -0500
commit5af78dae883edf01357398626f5aecd9db960f46 (patch)
treeb7e102ec231c128c9db12954bc988e01d20de928
parent463d4aef6c2e12a54e93a78f1d0fd36ea8f569f3 (diff)
downloadpidgin-5af78dae883edf01357398626f5aecd9db960f46.tar.gz
remove an unused string.h and a blank line
-rw-r--r--libpurple/tests/test_protocol_action.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpurple/tests/test_protocol_action.c b/libpurple/tests/test_protocol_action.c
index 0083d35fad..d3a4ee63b4 100644
--- a/libpurple/tests/test_protocol_action.c
+++ b/libpurple/tests/test_protocol_action.c
@@ -21,7 +21,6 @@
*/
#include <glib.h>
-#include <string.h>
#include <purple.h>
@@ -30,7 +29,6 @@
*****************************************************************************/
static void
_test_purple_protocol_action_callback(PurpleProtocolAction *action) {
-
}
/******************************************************************************