summaryrefslogtreecommitdiff
path: root/src/nanolight.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-06-03 21:01:26 +0200
committerThomas White <taw@physics.org>2019-06-04 23:05:59 +0200
commit855d860ca8bc4c34adb5eebd8e25342342056b8b (patch)
tree17f9c2ffe4bde6c56b6b308577d6d6e8fb69347e /src/nanolight.h
parent1e32c49b4d08b1d517ccda7380c3909986d9d7cd (diff)
Attribute classes in commands
Diffstat (limited to 'src/nanolight.h')
-rw-r--r--src/nanolight.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nanolight.h b/src/nanolight.h
index 29cdbfc..9e6f19e 100644
--- a/src/nanolight.h
+++ b/src/nanolight.h
@@ -39,7 +39,6 @@ enum attr_class
struct attribute
{
- char *name;
enum attr_class cls;
int props;
int addr_offset;