From a069745c498531a3f667a18a70fc41d5e2f38f86 Mon Sep 17 00:00:00 2001 From: nick black Date: Fri, 12 Jun 2020 00:55:07 -0400 Subject: [PATCH] notcurses-ncreel: remove unused field 'id' --- src/ncreel/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ncreel/main.cpp b/src/ncreel/main.cpp index 587e8ebe1..6f8c7ccee 100644 --- a/src/ncreel/main.cpp +++ b/src/ncreel/main.cpp @@ -24,7 +24,6 @@ class TabletCtx { private: int lines; unsigned rgb; - unsigned id; }; int tabletfxn(struct nctablet* _t, int begx, int begy, int maxx, int maxy,