diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2016-10-04 04:17:27 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-12-29 11:43:29 +0000 |
commit | afde12f265bbc4742b329c6adecc853cb68a7155 (patch) | |
tree | 8af667745e8c8d747cc10a7e9230d2b66aa84311 /src/qt/rpcconsole.h | |
parent | de8980df9d3a1fc0b257139cef10a0e6ba29a8bd (diff) |
Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of RPCConsole::on_lineEdit_returnPressed
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r-- | src/qt/rpcconsole.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index 4841ea825e..e1698711da 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -140,7 +140,6 @@ private: ClientModel *clientModel; QStringList history; int historyPtr; - const static QStringList historyFilter; QString cmdBeforeBrowsing; QList<NodeId> cachedNodeids; const PlatformStyle *platformStyle; |