notcurses-ncreel: remove unused field 'id'

This commit is contained in:
nick black 2020-06-12 00:55:07 -04:00
parent 3936d1b528
commit a069745c49
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -24,7 +24,6 @@ class TabletCtx {
private: private:
int lines; int lines;
unsigned rgb; unsigned rgb;
unsigned id;
}; };
int tabletfxn(struct nctablet* _t, int begx, int begy, int maxx, int maxy, int tabletfxn(struct nctablet* _t, int begx, int begy, int maxx, int maxy,