summaryrefslogtreecommitdiffstats
path: root/core/script_language.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-05-28 08:47:09 -0300
committerGitHub <noreply@github.com>2018-05-28 08:47:09 -0300
commit5bb412f389c443d7562bdd28b973936c40c7a56e (patch)
tree25d5bc1ce9bad1fe4a0589dd547a3273f087f12e /core/script_language.h
parent856d945248a8ff3518de80eba48f19d2388c06f9 (diff)
downloadredot-engine-5bb412f389c443d7562bdd28b973936c40c7a56e.tar.gz
Revert "Make the performance reporting update frequency customizable"
Diffstat (limited to 'core/script_language.h')
-rw-r--r--core/script_language.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/script_language.h b/core/script_language.h
index 64c6f2eb81..b4c55cac9e 100644
--- a/core/script_language.h
+++ b/core/script_language.h
@@ -352,8 +352,6 @@ class ScriptDebugger {
public:
typedef void (*RequestSceneTreeMessageFunc)(void *);
- int update_frequency;
-
struct LiveEditFuncs {
void *udata;