You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Removed unused variables, add some constants numbers
This commit is contained in:
@@ -203,8 +203,6 @@ void CryptoMbedTLS::load_default_certificates(String p_path) {
|
||||
default_certs = memnew(X509CertificateMbedTLS);
|
||||
ERR_FAIL_COND(default_certs == NULL);
|
||||
|
||||
String certs_path = GLOBAL_DEF("network/ssl/certificates", "");
|
||||
|
||||
if (p_path != "") {
|
||||
// Use certs defined in project settings.
|
||||
default_certs->load(p_path);
|
||||
|
||||
Reference in New Issue
Block a user