Remove #if 0

This commit is contained in:
Denis Kenzior 2010-01-12 15:51:28 -06:00
parent e9b40dbe7a
commit 476bd84b98
1 changed files with 0 additions and 2 deletions

View File

@ -99,12 +99,10 @@ static const char *mw_mailbox_property_name[5] = {
static const int mw_mailbox_to_cphs_record[5] = {
1, /* Line 1 mailbox */
#if 0
4, /* Fax mailbox */
0,
3, /* Data mailbox */
0,
#endif
};
static void mbdn_set_cb(int ok, void *data);