diff --git a/docker/wp-config.php b/docker/wp-config.php
index d9695b9e17fe2473d8f74907768af0af3ca14da5..8a9d933acba9c134fa06ff6cbde7e0c457254987 100644
--- a/docker/wp-config.php
+++ b/docker/wp-config.php
@@ -163,14 +163,6 @@ define('NOSPAM_API_URL', 'http://nospam.investici.org:9001');
  */
 define('R2DB_FLEXIHASH_REPLICAS', 128);
 
-/*
- * A/I patch: global recaptcha key.
- */
-if (array_key_exists('recaptcha', $noblogs_config)) {
-    define('GLOBAL_RECAPTCHA_KEY', $noblogs_config['recaptcha']['key']);
-    define('GLOBAL_RECAPTCHA_PRIVATE_KEY', $noblogs_config['recaptcha']['private_key']);
-}
-
 /*
  * A/I Patch: print debug info on demand when the debug cookie is set.
  */