aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/rpcconsole.cpp')
-rw-r--r--src/qt/rpcconsole.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp
index f7b06b5b93..7b40db0765 100644
--- a/src/qt/rpcconsole.cpp
+++ b/src/qt/rpcconsole.cpp
@@ -114,12 +114,6 @@ RPCConsole::RPCConsole(QWidget *parent) :
ui->showCLOptionsButton->setIcon(QIcon(":/icons/options"));
#endif
-#ifndef WIN32
- // Hide Debug logfile label and Open button for non Windows-OSes
- ui->labelDebugLogfile->setVisible(false);
- ui->openDebugLogfileButton->setVisible(false);
-#endif
-
// Install event filter for up and down arrow
ui->lineEdit->installEventFilter(this);