diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-09 23:24:39 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-09 23:24:39 +0100 |
commit | f55cfe93aeae5c24fd067e28733826d7e3029085 (patch) | |
tree | ddbbf0c18e83d7d1bebb04d9962b7db76bfff201 /protocols/nogaim.h | |
parent | 5a71d9c5b14aa749b532666b71b25ce2afcdc5bb (diff) |
remove old away_devoice stuff
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index 3eb640e2..3caefe2b 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -320,7 +320,6 @@ void imc_add_block( struct im_connection *ic, char *handle ); void imc_rem_block( struct im_connection *ic, char *handle ); /* Misc. stuff */ -char *set_eval_away_devoice( set_t *set, char *value ); gboolean auto_reconnect( gpointer data, gint fd, b_input_condition cond ); void cancel_auto_reconnect( struct account *a ); |