From fc929842c20ac81869a33edce765e389a46e6c0c Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Wed, 1 May 2019 05:18:54 +0000 Subject: GUI: Move QRImageWidget to its own file-pair --- src/qt/guiconstants.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/qt/guiconstants.h') diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index 736ff13a4a..d8f5594983 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -37,12 +37,6 @@ static const bool DEFAULT_SPLASHSCREEN = true; */ static const int TOOLTIP_WRAP_THRESHOLD = 80; -/* Maximum allowed URI length */ -static const int MAX_URI_LENGTH = 255; - -/* QRCodeDialog -- size of exported QR Code image */ -#define QR_IMAGE_SIZE 300 - /* Number of frames in spinner animation */ #define SPINNER_FRAMES 36 -- cgit v1.2.3