diff --git a/Documentation.html b/Documentation.html
index ca12d9595..c8d1fc647 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1803,11 +1803,6 @@ $cfg['TrustedProxies'] =
The style used for the pointer in the navi frame.
See themes/themename/layout.inc.php.
- $cfg['NaviDatabaseNameColor'] string [CSS color]
-
- The color used for the database name in the navi frame.
- See themes/themename/layout.inc.php.
-
$cfg['LeftPointerEnable'] boolean
A value of TRUE activates the navi pointer (when LeftFrameLight
is FALSE).
diff --git a/themes/darkblue_orange/layout.inc.php b/themes/darkblue_orange/layout.inc.php
index 617ee9606..6c389f1de 100644
--- a/themes/darkblue_orange/layout.inc.php
+++ b/themes/darkblue_orange/layout.inc.php
@@ -31,9 +31,6 @@ $GLOBALS['cfg']['NaviPointerColor'] = '#000000';
// background of the pointer in navi frame
$GLOBALS['cfg']['NaviPointerBackground'] = '#9999cc';
-// text color of the selected database name (when showing the table list)
-$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#ff9900';
-
/**
* main frame
*/
diff --git a/themes/original/layout.inc.php b/themes/original/layout.inc.php
index 604982aeb..73bd7b74b 100644
--- a/themes/original/layout.inc.php
+++ b/themes/original/layout.inc.php
@@ -24,8 +24,6 @@ $GLOBALS['cfg']['NaviBackground'] = '#D0DCE0';
$GLOBALS['cfg']['NaviPointerColor'] = '#000000';
// background of the pointer in navi frame
$GLOBALS['cfg']['NaviPointerBackground'] = '#9999CC';
-// text color of the selected database name (when showing the table list)
-$GLOBALS['cfg']['NaviDatabaseNameColor'] = '#0000FF';
/**
* main frame