diff options
author | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2019-03-20 21:43:19 +0100 |
---|---|---|
committer | Pedro J. Estébanez <pedrojrulez@gmail.com> | 2019-03-20 21:43:55 +0100 |
commit | 9c3ddf05cb9c59817d885e9daca6e8f61c89dc97 (patch) | |
tree | 7342d3341c456e5dec9ef1b1414b9b2bae353de8 /core/script_language.h | |
parent | 4db0f51b9aa76cfc7649787fe1970af606ce8dab (diff) | |
download | redot-engine-9c3ddf05cb9c59817d885e9daca6e8f61c89dc97.tar.gz |
Revert accidental commits
This reverts commit fb37284c027b494ed3ec21124001fcb729f42cc4.
This reverts commit 4db0f51b9aa76cfc7649787fe1970af606ce8dab.
Diffstat (limited to 'core/script_language.h')
-rw-r--r-- | core/script_language.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/script_language.h b/core/script_language.h index 704830d0b0..b6d7bea9c7 100644 --- a/core/script_language.h +++ b/core/script_language.h @@ -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; |