Switch to unified view

a b/functions/@eegobj/rmfield.m
1
function this = rmfield(this, vals);
2
3
    this.EEG = rmfield(this.EEG, vals);
4