mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
notcurses-ncreel: remove unused field 'id'
This commit is contained in:
parent
3936d1b528
commit
a069745c49
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user