summaryrefslogtreecommitdiffstats
path: root/editor/editor_log.h
diff options
context:
space:
mode:
authorPedro J. Estébanez <pedrojrulez@gmail.com>2024-07-08 17:05:42 +0200
committerPedro J. Estébanez <pedrojrulez@gmail.com>2024-07-08 17:18:46 +0200
commit20298fbf079b6ddd74ac13a6321b310a34b52d71 (patch)
tree426f33c43c59adf327cc5a8a6153898cf25c53f3 /editor/editor_log.h
parentec02d406ca0b9c822addff49cf58e9a72cf74eb0 (diff)
downloadredot-engine-20298fbf079b6ddd74ac13a6321b310a34b52d71.tar.gz
Let EditorLog use the right call queue for thread safety
This is a complement to f61c63e3a1d525ccc204f64ad813c4ba77077468.
Diffstat (limited to 'editor/editor_log.h')
-rw-r--r--editor/editor_log.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_log.h b/editor/editor_log.h
index 7012a2a43c..9c652e912a 100644
--- a/editor/editor_log.h
+++ b/editor/editor_log.h
@@ -156,8 +156,6 @@ private:
ErrorHandlerList eh;
- Thread::ID current;
-
//void _dragged(const Point2& p_ofs);
void _meta_clicked(const String &p_meta);
void _clear_request();