diff options
author | Noel Grandin <noel@peralex.com> | 2012-08-06 14:42:49 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-08-08 13:53:06 +0300 |
commit | 552cc040866bb2d25cf6187c92d9c4acd0db82d8 (patch) | |
tree | 5d697317b95a060faa18a6e87164fb9712cde3e4 | |
parent | 0c8ae56cde20a6c9c6eabbb94b6f2a98425b5970 (diff) |
Remove unused SV_DECL_REF_LIST(SvRefBase,SvRefBase*)
Change-Id: I8e1a863e700229aba70bcf3869f41bccb36435bd
-rw-r--r-- | tools/inc/tools/ref.hxx | 2 | ||||
-rw-r--r-- | tools/source/ref/ref.cxx | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/tools/inc/tools/ref.hxx b/tools/inc/tools/ref.hxx index 558a66d7b97c..7a3257e2bb74 100644 --- a/tools/inc/tools/ref.hxx +++ b/tools/inc/tools/ref.hxx @@ -365,8 +365,6 @@ public: SV_DECL_IMPL_REF(SvRefBase) -SV_DECL_REF_LIST(SvRefBase,SvRefBase*) - class SvCompatWeakHdl : public SvRefBase { friend class SvCompatWeakBase; diff --git a/tools/source/ref/ref.cxx b/tools/source/ref/ref.cxx index 470574868667..9f564855bf4a 100644 --- a/tools/source/ref/ref.cxx +++ b/tools/source/ref/ref.cxx @@ -20,9 +20,6 @@ #include <tools/ref.hxx> -/****************** SvRefBaseMemberList **********************************/ -SV_IMPL_REF_LIST( SvRefBase,SvRefBase* ) - /************************************************************************** #* SvRefBase::~SvRefBase() **************************************************************************/ |