AddNodeForm: Remove option 'DEG'

refs #159
This commit is contained in:
Jennifer Mourek 2018-07-02 12:48:21 +02:00
parent 887bbd97f3
commit 460670c769

View file

@ -87,7 +87,6 @@ class AddNodeForm extends QuickForm
'&' => $this->translate('AND'),
'|' => $this->translate('OR'),
'!' => $this->translate('NOT'),
'<' => $this->translate('DEG'),
'1' => $this->translate('MIN 1'),
'2' => $this->translate('MIN 2'),
'3' => $this->translate('MIN 3'),