diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-01 13:42:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-01 15:35:41 +0200 |
commit | 6fb45286490f866013c90a9d5dc4d296e67c7d04 (patch) | |
tree | 4c7fc3ba0f592c80884d34f76e6b1f9a8e0532ad /vcl/source/control | |
parent | f767d5e2b017c0d0cfd23ff3318cb30901847722 (diff) |
loplugin:unusedmethods
Change-Id: Ifaf3860a31fc151bb7052db1b87962b8aba27c37
Reviewed-on: https://gerrit.libreoffice.org/78366
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/roadmapwizard.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/source/control/roadmapwizard.cxx b/vcl/source/control/roadmapwizard.cxx index ea0f1efa0026..396a7cffdb3d 100644 --- a/vcl/source/control/roadmapwizard.cxx +++ b/vcl/source/control/roadmapwizard.cxx @@ -204,13 +204,6 @@ namespace vcl implUpdateRoadmap( ); } - void RoadmapWizard::describeState( WizardState _nState, const OUString& _rStateDisplayName, RoadmapPageFactory _pPageFactory ) - { - OSL_ENSURE( m_pImpl->aStateDescriptors.find( _nState ) == m_pImpl->aStateDescriptors.end(), - "RoadmapWizard::describeState: there already is a descriptor for this state!" ); - m_pImpl->aStateDescriptors[ _nState ] = StateDescriptions::mapped_type( _rStateDisplayName, _pPageFactory ); - } - void RoadmapWizard::activatePath( PathId _nPathId, bool _bDecideForIt ) { |