Remove an inappropriate line (#775)

* Remove a dispensable function
* fix for a comment
This commit is contained in:
Vanellope 2018-10-09 08:04:18 +09:00 committed by xarkes
parent f3e13faf1b
commit 116ffddb6a

View File

@ -68,7 +68,6 @@ static const int invalidHistoryPos = -1;
static bool isForbidden(const QString &input)
{
return false;
static const QRegExp delimiters("[;&]");