mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
mark cliptop unused in reel poc
This commit is contained in:
parent
8acd0dea58
commit
bf28170c61
@ -40,7 +40,7 @@ class TabletCtx {
|
||||
inline static int class_idx = 0;
|
||||
};
|
||||
|
||||
int tabletfxn(struct nctablet* _t, bool cliptop){
|
||||
int tabletfxn(struct nctablet* _t, bool cliptop __attribute__ ((unused))){
|
||||
NcTablet *t = NcTablet::map_tablet (_t);
|
||||
Plane* p = t->get_plane();
|
||||
auto tctx = t->get_userptr<TabletCtx>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user