You may want to change line 34 of ctm.module:
unset($form['menu']);
and replace it by:
$form['menu']['#access'] = 0;
to follow the recommendations on hiding form elements; that way, other modules can still read/set the value of the field if needed.
Comments
Comment #1
vasikeyes i think you're right. it's better this way