pidgin/pidgin

Remove redundant declarations

2019-11-04, qarkai
fba68437a08a
Parents 539acf784dbc
Children 00bfb6134525
Remove redundant declarations
--- a/libpurple/protocols/zephyr/zephyr.c Mon Nov 04 13:34:58 2019 +0300
+++ b/libpurple/protocols/zephyr/zephyr.c Mon Nov 04 13:37:27 2019 +0300
@@ -55,10 +55,7 @@
static GSList *cmds = NULL;
extern Code_t ZGetLocations(ZLocations_t *, int *);
-extern Code_t ZSetLocation(char *);
-extern Code_t ZUnsetLocation(void);
extern Code_t ZGetSubscriptions(ZSubscription_t *, int*);
-extern char __Zephyr_realm[];
typedef struct _zframe zframe;
typedef struct _zephyr_triple zephyr_triple;
typedef struct _zephyr_account zephyr_account;