summaryrefslogtreecommitdiff
path: root/include/tools/link.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/link.hxx')
-rw-r--r--include/tools/link.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/link.hxx b/include/tools/link.hxx
index 45e72980d7fd..a48c3b86d68e 100644
--- a/include/tools/link.hxx
+++ b/include/tools/link.hxx
@@ -113,8 +113,6 @@
#define LINK(Instance, Class, Member) ::tools::detail::makeLink( \
static_cast<Class *>(Instance), &Class::LinkStub##Member)
-#define EMPTYARG
-
template<typename Arg = void *, typename Ret = sal_IntPtr> class Link {
public:
typedef Ret Stub(void *, Arg);