summaryrefslogtreecommitdiff
path: root/include/vcl/wizardmachine.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/wizardmachine.hxx')
-rw-r--r--include/vcl/wizardmachine.hxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/vcl/wizardmachine.hxx b/include/vcl/wizardmachine.hxx
index c840af3f0745..8ced51cf59d0 100644
--- a/include/vcl/wizardmachine.hxx
+++ b/include/vcl/wizardmachine.hxx
@@ -462,22 +462,6 @@ namespace vcl
*/
void removePageFromHistory( WizardState nToRemove );
- /** skip a state
-
- The method behaves as if from the current state, <arg>_nSteps</arg> <method>travelNext</method>s were
- called, but without actually creating or displaying the \EDntermediate pages. Only the
- (<arg>_nSteps</arg> + 1)th page is created.
-
- The skipped states appear in the state history, so <method>travelPrevious</method> will make use of them.
-
- A very essential precondition for using this method is that your <method>determineNextState</method>
- method is able to determine the next state without actually having the page of the current state.
-
- @see skipUntil
- @see skipBackwardUntil
- */
- void skip();
-
/** skips one or more states, until a given state is reached
The method behaves as if from the current state, <method>travelNext</method>s were called