Revert accidental commits

This reverts commit fb37284c02.
This reverts commit 4db0f51b9a.
This commit is contained in:
Pedro J. Estébanez
2019-03-20 21:43:19 +01:00
parent 4db0f51b9a
commit 9c3ddf05cb
16 changed files with 6 additions and 662 deletions

View File

@ -390,7 +390,6 @@ class ScriptDebugger {
public:
typedef void (*RequestSceneTreeMessageFunc)(void *);
typedef void (*RequestFramebufferMessageFunc)(void *);
struct LiveEditFuncs {
@ -446,8 +445,6 @@ public:
virtual void set_request_scene_tree_message_func(RequestSceneTreeMessageFunc p_func, void *p_udata) {}
virtual void set_live_edit_funcs(LiveEditFuncs *p_funcs) {}
virtual void set_request_framebuffer_message_func(RequestFramebufferMessageFunc p_func, void *p_udata) {}
virtual bool is_profiling() const = 0;
virtual void add_profiling_frame_data(const StringName &p_name, const Array &p_data) = 0;
virtual void profiling_start() = 0;