diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-17 12:43:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-17 14:00:47 +0000 |
commit | 19ac788547e27774884fa9b9287e36c50512a7a3 (patch) | |
tree | a77dbe81929f5fbfa0bdded60b86976f79a8da56 /include/tools | |
parent | 7890c99b2e6b8247c4f1437ea6a2b5e53665ccb0 (diff) |
drop newly unused Resource::IsAvailableRes
Change-Id: I118567578d60ceaf0664f466f57ebf39b996e3b7
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/rc.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/tools/rc.hxx b/include/tools/rc.hxx index d7a6391dd593..ece1c646f6dc 100644 --- a/include/tools/rc.hxx +++ b/include/tools/rc.hxx @@ -27,10 +27,6 @@ class SAL_WARN_UNUSED TOOLS_DLLPUBLIC Resource protected: ResMgr* m_pResMgr; - // check availability of Resource - bool IsAvailableRes( const ResId& rId ) const - { return m_pResMgr->IsAvailable( rId, this ); } - // Load a Resource void GetRes( const ResId& rResId ); |