Removed development tip comment

pull/49/head
Miguel Julián 2014-06-12 16:20:41 +02:00 committed by Julio García
parent 65ece61273
commit 41f2e917e7
1 changed files with 0 additions and 14 deletions

View File

@ -1214,20 +1214,6 @@ static NSCharacterSet *hexCharacterSet = nil;
return MAPISTORE_SUCCESS;
}
/*
private static function parseDescriptionOc2Rc($description)
{
$description = ltrim($description, ')');
if (strpos($description, "\r\n\n") !== false) {
$exploded = explode("\r\n\n", $description, -1);
$description = join($exploded, "\n");
}
return $description;
}
*/
- (int) getPidTagBody: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{