summaryrefslogtreecommitdiff
path: root/src/option_type.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:14 +0200
commit59df18cd52b37fb69097a7ce9ad7d1e7efa734de (patch)
treed216fc406f204afb1e25afb503cee265b584b3f1 /src/option_type.hpp
parentf673763cfaf90c81db4af495aa06b6fc7906ddd9 (diff)
Remove option_{flag,mask} arrays
Diffstat (limited to 'src/option_type.hpp')
-rw-r--r--src/option_type.hpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/option_type.hpp b/src/option_type.hpp
index 58834b79..4d8a7a51 100644
--- a/src/option_type.hpp
+++ b/src/option_type.hpp
@@ -8,17 +8,11 @@
struct option_type
{
/**
- * Address of actual option variable. NULL signals the
- * end of the table.
+ * Address of actual option variable.
*/
bool_ *o_var;
/**
- * Default value.
- */
- byte o_norm;
-
- /**
* Option page number.
*/
byte o_page;