summaryrefslogtreecommitdiffstats
path: root/src/Runtime/Source/state/Qt3DSStateScriptContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Runtime/Source/state/Qt3DSStateScriptContext.h')
-rw-r--r--src/Runtime/Source/state/Qt3DSStateScriptContext.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Runtime/Source/state/Qt3DSStateScriptContext.h b/src/Runtime/Source/state/Qt3DSStateScriptContext.h
index 110770a1..49b119ea 100644
--- a/src/Runtime/Source/state/Qt3DSStateScriptContext.h
+++ b/src/Runtime/Source/state/Qt3DSStateScriptContext.h
@@ -117,11 +117,6 @@ namespace state {
virtual void SetInterpreter(IStateInterpreter &inInterpreter) = 0;
virtual CRegisteredString GetContextType() { return CRegisteredString(); }
-
- // Dumps a differential state from the last time someone asked. This is a debug interface;
- // not meant to be used
- // by multiple listeners concurrently.
- virtual void DumpState(debugger::IScriptStateListener &inListener) = 0;
};
}
}