aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.cpp
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-04-11 11:56:44 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2018-04-11 11:56:44 +0200
commit1e7813e9bbb2561eafdf89481e92411be44f887a (patch)
tree6de43f9d4e826f7efc0737fadd09cc2c5e5721b4 /src/qt/rpcconsole.cpp
parentf131872653dadafd9af8bec255dfd2bddd75a471 (diff)
downloadbitcoin-1e7813e9bbb2561eafdf89481e92411be44f887a.tar.xz
Remove redundant initializations from the constructor
Diffstat (limited to 'src/qt/rpcconsole.cpp')
-rw-r--r--src/qt/rpcconsole.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp
index 5122bab36f..7924840d0b 100644
--- a/src/qt/rpcconsole.cpp
+++ b/src/qt/rpcconsole.cpp
@@ -455,12 +455,7 @@ RPCConsole::RPCConsole(interfaces::Node& node, const PlatformStyle *_platformSty
QWidget(parent),
m_node(node),
ui(new Ui::RPCConsole),
- clientModel(0),
- historyPtr(0),
- platformStyle(_platformStyle),
- peersTableContextMenu(0),
- banTableContextMenu(0),
- consoleFontSize(0)
+ platformStyle(_platformStyle)
{
ui->setupUi(this);
QSettings settings;