Removed PidNameContentClass as it was useless

maint-2.0.2
Wolfgang Sourdeau 2012-09-18 09:13:02 -04:00
parent fc65172756
commit 049095a77b
1 changed files with 0 additions and 8 deletions

View File

@ -684,14 +684,6 @@ rtf2html (NSData *compressedRTF)
return MAPISTORE_SUCCESS;
}
- (int) getPidNameContentClass: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{
*data = [@"Sharing" asUnicodeInMemCtx: memCtx];
return MAPISTORE_SUCCESS;
}
- (int) getPidTagFolderId: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{