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 {};