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 /include/vcl | |
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 'include/vcl')
-rw-r--r-- | include/vcl/roadmapwizard.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/roadmapwizard.hxx b/include/vcl/roadmapwizard.hxx index 872d90bf624e..9488b7840955 100644 --- a/include/vcl/roadmapwizard.hxx +++ b/include/vcl/roadmapwizard.hxx @@ -108,13 +108,6 @@ namespace vcl */ void declarePath( PathId _nPathId, const WizardPath& _lWizardStates); - /** provides basic information about a state - - The given display name is used in the default implementation of getStateDisplayName, - and the given factory is used in the default implementation of createPage. - */ - void describeState( WizardState _nState, const OUString& _rStateDisplayName, RoadmapPageFactory _pPageFactory ); - /** activates a path which has previously been declared with <member>declarePath</member> You can only activate paths which share the first <code>k</code> states with the path |