From bb5ce5686638a490d21884c0d0abb7d9ced68a29 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 7 Jun 2012 23:41:17 +0100 Subject: s/ACC_SET_NOSAVE/SET_NOSAVE/. --- protocols/account.h | 1 - 1 file changed, 1 deletion(-) (limited to 'protocols/account.h') diff --git a/protocols/account.h b/protocols/account.h index a39be2e2..ddc2b3e7 100644 --- a/protocols/account.h +++ b/protocols/account.h @@ -60,7 +60,6 @@ int account_reconnect_delay( account_t *a ); typedef enum { - ACC_SET_NOSAVE = 0x01, /* Don't save this setting (i.e. stored elsewhere). */ ACC_SET_OFFLINE_ONLY = 0x02, /* Allow changes only if the acct is offline. */ ACC_SET_ONLINE_ONLY = 0x04, /* Allow changes only if the acct is online. */ } account_set_flag_t; -- cgit v1.2.3