diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2005-11-20 17:09:23 +0100 | 
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2005-11-20 17:09:23 +0100 | 
| commit | 66c579243cd3273e12decf9744210d7dc1877cec (patch) | |
| tree | 2f60722415e25cd4a2ae2812200eac0cc92d4565 /protocols/oscar/msgcookie.c | |
| parent | 94281efa4280bd3ef1cecb7cd22deca03ecb5935 (diff) | |
Remove OFT and rendez-vous support (not used anyway and implemented 
in a way too complicated way)
Diffstat (limited to 'protocols/oscar/msgcookie.c')
| -rw-r--r-- | protocols/oscar/msgcookie.c | 17 | 
1 files changed, 0 insertions, 17 deletions
| diff --git a/protocols/oscar/msgcookie.c b/protocols/oscar/msgcookie.c index bb498d72..d3c91a94 100644 --- a/protocols/oscar/msgcookie.c +++ b/protocols/oscar/msgcookie.c @@ -177,20 +177,3 @@ int aim_cookie_free(aim_session_t *sess, aim_msgcookie_t *cookie)  	return 0;  }  - -/* XXX I hate switch */ -int aim_msgcookie_gettype(int reqclass)  -{ -	/* XXX: hokey-assed. needs fixed. */ -	switch(reqclass) { -	case AIM_CAPS_BUDDYICON: return AIM_COOKIETYPE_OFTICON; -	case AIM_CAPS_VOICE: return AIM_COOKIETYPE_OFTVOICE; -	case AIM_CAPS_IMIMAGE: return AIM_COOKIETYPE_OFTIMAGE; -	case AIM_CAPS_CHAT: return AIM_COOKIETYPE_CHAT; -	case AIM_CAPS_GETFILE: return AIM_COOKIETYPE_OFTGET; -	case AIM_CAPS_SENDFILE: return AIM_COOKIETYPE_OFTSEND; -	default: return AIM_COOKIETYPE_UNKNOWN; -	}            -} - - | 
