summaryrefslogtreecommitdiffstats
path: root/core/templates/command_queue_mt.cpp
diff options
context:
space:
mode:
authorSpartan322 <Megacake1234@gmail.com>2024-11-15 14:18:58 -0500
committerSpartan322 <Megacake1234@gmail.com>2024-11-15 14:18:58 -0500
commitc0ff7ba79374fcbe8095aa0151cfc7338f0c8c4a (patch)
tree771dff5434bd3d2014dbbf0772f360c366d6ed63 /core/templates/command_queue_mt.cpp
parent4242d3af4ea06ac11cdc46e871696b7609f00b0c (diff)
parent711c725cf1b641d05d6cc988a64601622e48fe4a (diff)
downloadredot-engine-c0ff7ba79374fcbe8095aa0151cfc7338f0c8c4a.tar.gz
Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4a
Diffstat (limited to 'core/templates/command_queue_mt.cpp')
-rw-r--r--core/templates/command_queue_mt.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/templates/command_queue_mt.cpp b/core/templates/command_queue_mt.cpp
index 596dd3abfd..0b1d79b732 100644
--- a/core/templates/command_queue_mt.cpp
+++ b/core/templates/command_queue_mt.cpp
@@ -35,14 +35,6 @@
#include "core/config/project_settings.h"
#include "core/os/os.h"
-void CommandQueueMT::lock() {
- mutex.lock();
-}
-
-void CommandQueueMT::unlock() {
- mutex.unlock();
-}
-
CommandQueueMT::CommandQueueMT() {
command_mem.reserve(DEFAULT_COMMAND_MEM_SIZE_KB * 1024);
}