diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-05 20:31:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-05 20:31:47 +0200 |
commit | c04c2114d9159646dddd4807d026c9fee6953817 (patch) | |
tree | 27c9530336ed5cc6652ee6147ff175875e4c6a64 /idl | |
parent | a76dac1fb62823c357ad8f2bd789483b7ea7badd (diff) |
Remove unused macros
Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
Diffstat (limited to 'idl')
-rw-r--r-- | idl/inc/basobj.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx index 1b9302fa254c..ce7f47bf50e6 100644 --- a/idl/inc/basobj.hxx +++ b/idl/inc/basobj.hxx @@ -49,17 +49,9 @@ enum }; typedef int WriteAttribute; -#define SV_DECL_META_FACTORY( Class, CLASS_ID ) \ - SV_DECL_PERSIST( Class, CLASS_ID ) - - #define SV_DECL_META_FACTORY1( Class, Super1, CLASS_ID ) \ SV_DECL_PERSIST1( Class, Super1, CLASS_ID ) -#define SV_IMPL_META_FACTORY( Class ) \ - SV_IMPL_PERSIST( Class ) - - #define SV_IMPL_META_FACTORY1( Class, Super1 ) \ SV_IMPL_PERSIST1( Class, Super1 ) |