From 273411d22ebef1fe152736cdf37ebd4b0413fe0a Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sun, 14 Oct 2018 10:28:40 -0400 Subject: [PATCH] whoops --- GUI/misc.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/GUI/misc.cpp b/GUI/misc.cpp index 4ec1247..6332c85 100644 --- a/GUI/misc.cpp +++ b/GUI/misc.cpp @@ -63,9 +63,6 @@ namespace RCode.remove(0, deref.captured(0).length()); } - if (RCode.at(0).unicode() != L'@') return {}; - RCode.remove(0, 1); - // @addr QRegularExpressionMatch address = QRegularExpression("^@([[:xdigit:]]+)$").match(RCode); if (!address.hasMatch()) return {};