X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Frpcconsole.cpp;h=d8fe02e493625e4c4f12c1999abeadfa02986e5d;hp=89d06f60e149cbddb63cbc2397226d23d654edd1;hb=4f30d4151f46011014e634c8ea2174d411a33ca1;hpb=9417ff30cae6ffffd1c4fc4f4b1a81551f04dbc5 diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 89d06f6..d8fe02e 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -20,7 +20,6 @@ // TODO: make it possible to filter out categories (esp debug messages when implemented) // TODO: receive errors and debug messages through ClientModel -const int CONSOLE_SCROLLBACK = 50; const int CONSOLE_HISTORY = 50; const QSize ICON_SIZE(24, 24);