summaryrefslogtreecommitdiff
path: root/tools/source/rc/rc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/rc/rc.cxx')
-rw-r--r--tools/source/rc/rc.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/source/rc/rc.cxx b/tools/source/rc/rc.cxx
index 262f07a6a5e3..2f0ea96a9986 100644
--- a/tools/source/rc/rc.cxx
+++ b/tools/source/rc/rc.cxx
@@ -24,12 +24,6 @@
#include <tools/rc.hxx>
#include <tools/rcid.h>
-Resource::Resource( const ResId& rResId )
- : m_pResMgr(nullptr)
-{
- GetRes( rResId.SetRT( RSC_RESOURCE ) );
-}
-
void Resource::GetRes( const ResId& rResId )
{
if( rResId.GetResMgr() )