<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Mar 6, 2018 at 9:46 AM, Pohjolainen, Topi <span dir="ltr"><<a href="mailto:topi.pohjolainen@gmail.com" target="_blank">topi.pohjolainen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tue, Mar 06, 2018 at 09:11:18AM -0800, Jason Ekstrand wrote:<br>
> On Tue, Mar 6, 2018 at 1:54 AM, Pohjolainen, Topi <<br>
> <a href="mailto:topi.pohjolainen@gmail.com">topi.pohjolainen@gmail.com</a>> wrote:<br>
><br>
> > On Fri, Jan 26, 2018 at 05:59:49PM -0800, Jason Ekstrand wrote:<br>
> > >  class Format(object):<br>
> > > @@ -160,7 +163,14 @@ class Format(object):<br>
> > >          self.l = Channel(line[9])<br>
> > >          self.i = Channel(line[10])<br>
> > >          self.p = Channel(line[11])<br>
> > > -        self.order = line[12]<br>
> > > +<br>
> > > +        # Set the start bit value for each channel<br>
> > > +        order = line[12].strip()<br>
> ><br>
> > You aren't setting "self.order" anymore?<br>
> ><br>
><br>
> No.  Nothing was using it.  It doesn't really matter to me whether we store<br>
> it in the Format object or not.<br>
<br>
</div></div>So it is not really needed in the previous patch then?<br><div class="HOEnZb"><div class="h5"></div></div></blockquote><div><br></div><div>Correct.<br></div></div></div></div>