summaryrefslogtreecommitdiff
path: root/include/tools
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/link.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/tools/link.hxx b/include/tools/link.hxx
index e7116a02320e..ea3a3668997c 100644
--- a/include/tools/link.hxx
+++ b/include/tools/link.hxx
@@ -92,11 +92,6 @@ typedef sal_IntPtr (*PSTUB)( void*, void* );
#define IMPL_LINK_NOARG_INLINE_END( Class, Method ) \
IMPL_STUB( Class, Method, void* )
-#define IMPL_LINK_INLINE( Class, Method, ArgType, ArgName, Body ) \
- sal_IntPtr Class::Method( ArgType ArgName ) \
- Body \
- IMPL_STUB( Class, Method, ArgType )
-
#define EMPTYARG
class TOOLS_DLLPUBLIC Link