Skip to content

Commit 753245a

Browse files
committed
Remove setAttribute and appendAttribute
1 parent 3b72f69 commit 753245a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/property/Property.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848
******************************************************************************/
4949

5050
#define appendAttributesToCloud() appendAttributesToCloudReal(CborEncoder *encoder)
51-
#define appendAttribute(x) appendAttributeReal(x, getAttributeName(#x, '.'), encoder)
52-
#define setAttribute(x) setAttributeReal(x, getAttributeName(#x, '.'))
5351

5452
/******************************************************************************
5553
CONST

0 commit comments

Comments
 (0)