aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-04-13 09:15:42 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-04-13 09:15:42 +0200
commit88b3a0738032596d74cb98ee6cdc8feab4b50d30 (patch)
tree108aa9cc4a0c3bd0993f1e0cfb5358a5f0377980 /protocols/nogaim.c
parent11bcee97b781bac6e38db4e1630ac6934209e73b (diff)
Cleaned up two more functions from nogaim.
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r--protocols/nogaim.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c
index fb9c7986..72b4389c 100644
--- a/protocols/nogaim.c
+++ b/protocols/nogaim.c
@@ -961,20 +961,6 @@ static int remove_chat_buddy_silent( struct conversation *b, char *handle )
}
-/* prefs.c */
-
-/* Necessary? */
-void build_block_list()
-{
- return;
-}
-
-void build_allow_list()
-{
- return;
-}
-
-
/* Misc. BitlBee stuff which shouldn't really be here */
struct conversation *conv_findchannel( char *channel )