Remove TOOLS_ENABLED checks from editor/
This commit is contained in:
@ -30,8 +30,6 @@
|
||||
|
||||
#include "editor_debugger_server_websocket.h"
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
|
||||
#include "../remote_debugger_peer_websocket.h"
|
||||
|
||||
#include "editor/editor_log.h"
|
||||
@ -135,5 +133,3 @@ EditorDebuggerServer *EditorDebuggerServerWebSocket::create(const String &p_prot
|
||||
ERR_FAIL_COND_V(p_protocol != "ws://", nullptr);
|
||||
return memnew(EditorDebuggerServerWebSocket);
|
||||
}
|
||||
|
||||
#endif // TOOLS_ENABLED
|
||||
|
||||
@ -30,8 +30,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
|
||||
#include "../websocket_peer.h"
|
||||
|
||||
#include "core/io/tcp_server.h"
|
||||
@ -63,5 +61,3 @@ public:
|
||||
EditorDebuggerServerWebSocket();
|
||||
~EditorDebuggerServerWebSocket();
|
||||
};
|
||||
|
||||
#endif // TOOLS_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user