deprecated TODO
authorJulien Kerihuel <j.kerihuel@openchange.org>
Tue, 13 Mar 2012 10:53:59 +0000 (10:53 +0000)
committerJulien Kerihuel <j.kerihuel@openchange.org>
Tue, 13 Mar 2012 10:53:59 +0000 (10:53 +0000)
libmapi/property.c

index f21cc87f65113cd3f4e4b233f83e014098447b48..b8ce75227173544b72fa848ee09e10a0e94be487 100644 (file)
@@ -457,9 +457,6 @@ _PUBLIC_ struct SPropValue *add_SPropValue(TALLOC_CTX *mem_ctx,
        return lpProps;
 }
 
-/*
-  TODO: should this be public?
-*/
 _PUBLIC_ bool set_mapi_SPropValue(TALLOC_CTX *mem_ctx, struct mapi_SPropValue *lpProps, const void *data)
 {
        if (data == NULL) {
@@ -549,11 +546,6 @@ _PUBLIC_ struct mapi_SPropValue *add_mapi_SPropValue(TALLOC_CTX *mem_ctx, struct
        return lpProps;
 }
 
-
-
-/*
-  TODO: should this be public?
-*/
 _PUBLIC_ bool set_SPropValue(struct SPropValue *lpProps, const void *data)
 {
        if (data == NULL) {