diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui
index d210faec03..139c8e161e 100644
--- a/src/qt/forms/debugwindow.ui
+++ b/src/qt/forms/debugwindow.ui
@@ -109,39 +109,13 @@
-
-
-
- Using BerkeleyDB version
-
-
- 10
-
-
-
- -
-
-
- IBeamCursor
-
-
- N/A
-
-
- Qt::PlainText
-
-
- Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse
-
-
-
- -
Datadir
- -
+
-
IBeamCursor
@@ -163,14 +137,14 @@
- -
+
-
Blocksdir
- -
+
-
IBeamCursor
@@ -192,14 +166,14 @@
- -
+
-
Startup time
- -
+
-
IBeamCursor
@@ -215,7 +189,7 @@
- -
+
-
@@ -228,14 +202,14 @@
- -
+
-
Name
- -
+
-
IBeamCursor
@@ -251,14 +225,14 @@
- -
+
-
Number of connections
- -
+
-
IBeamCursor
@@ -274,7 +248,7 @@
- -
+
-
@@ -287,14 +261,14 @@
- -
+
-
Current block height
- -
+
-
IBeamCursor
@@ -310,14 +284,14 @@
- -
+
-
Last block time
- -
+
-
IBeamCursor
@@ -333,7 +307,7 @@
- -
+
-
@@ -346,14 +320,14 @@
- -
+
-
Current number of transactions
- -
+
-
IBeamCursor
@@ -369,14 +343,14 @@
- -
+
-
Memory usage
- -
+
-
IBeamCursor
@@ -392,7 +366,7 @@
- -
+
-
3
@@ -432,7 +406,7 @@
- -
+
-
Qt::Vertical
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp
index 4c5601242e..3d78703ff7 100644
--- a/src/qt/rpcconsole.cpp
+++ b/src/qt/rpcconsole.cpp
@@ -479,13 +479,6 @@ RPCConsole::RPCConsole(interfaces::Node& node, const PlatformStyle *_platformSty
ui->WalletSelector->setVisible(false);
ui->WalletSelectorLabel->setVisible(false);
- // set library version labels
-#ifdef ENABLE_WALLET
- ui->berkeleyDBVersion->setText(QString::fromStdString(BerkeleyDatabaseVersion()));
-#else
- ui->label_berkeleyDBVersion->hide();
- ui->berkeleyDBVersion->hide();
-#endif
// Register RPC timer interface
rpcTimerInterface = new QtRPCTimerInterface();
// avoid accidentally overwriting an existing, non QTThread