Remove commented code

These methods don't make any sense here
This commit is contained in:
Jesús García Sáez 2015-12-03 15:22:15 +01:00
parent 2a3367a13b
commit 0ddbd79fad

View file

@ -152,25 +152,6 @@ enum { // [MS-OXOCNTC] 2.2.1.2.11
return MAPISTORE_SUCCESS;
}
// - (int) getPidTagOfflineAddressBookName: (void **) data
// inMemCtx: (TALLOC_CTX *) memCtx
// {
// *data = talloc_strdup (memCtx, "PR_OAB_NAME_UNICODE");
// return MAPISTORE_SUCCESS;
// }
// - (int) getPidTagOfflineAddressBookLanguageId: (void **) data
// inMemCtx: (TALLOC_CTX *) memCtx
// {
// /* see http://msdn.microsoft.com/en-us/goglobal/bb895996.asxp */
// /* English US */
// *data = MAPILongValue (memCtx, 0x0409);
// return MAPISTORE_SUCCESS;
// }
- (int) getPidTagTitle: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{