aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/seqcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/commands/seqcommand.h')
-rw-r--r--engines/mutationofjb/commands/seqcommand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/mutationofjb/commands/seqcommand.h b/engines/mutationofjb/commands/seqcommand.h
index c3455cec89..241932a360 100644
--- a/engines/mutationofjb/commands/seqcommand.h
+++ b/engines/mutationofjb/commands/seqcommand.h
@@ -37,7 +37,6 @@ class SeqCommand : public Command {
public:
void setNextCommand(Command *nextCommand);
virtual Command *next() const override;
- virtual SeqCommand *asSeqCommand();
private:
Command *_nextCommand;