summaryrefslogtreecommitdiff
path: root/include/tools/rc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/rc.hxx')
-rw-r--r--include/tools/rc.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/rc.hxx b/include/tools/rc.hxx
index 7b8a175348ad..b26711dda949 100644
--- a/include/tools/rc.hxx
+++ b/include/tools/rc.hxx
@@ -54,9 +54,6 @@ protected:
// get a 32bit value from Resource data
static sal_Int32 GetLongRes( void * pLong )
{ return ResMgr::GetLong( pLong ); }
- // get a 16bit value from Resource data
- static sal_Int16 GetShortRes( void * pShort )
- { return ResMgr::GetShort( pShort ); }
// read a 32bit value from resource data and increment pointer
sal_Int32 ReadLongRes()