summaryrefslogtreecommitdiff
path: root/src/option_type.hpp
diff options
context:
space:
mode:
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;