Removed "account" as a report query keyword
This commit is contained in:
parent
acb69193d8
commit
b62b03335f
1 changed files with 0 additions and 2 deletions
|
|
@ -155,8 +155,6 @@ query_t::lexer_t::token_t query_t::lexer_t::next_token()
|
|||
return token_t(token_t::TOK_PAYEE);
|
||||
else if (ident == "note")
|
||||
return token_t(token_t::TOK_NOTE);
|
||||
else if (ident == "account")
|
||||
return token_t(token_t::TOK_ACCOUNT);
|
||||
else if (ident == "tag")
|
||||
return token_t(token_t::TOK_META);
|
||||
else if (ident == "meta")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue