summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2022-11-13 00:39:00 +0100
committerpgen <p.gen.progs@gmail.com>2022-11-13 00:39:00 +0100
commitd79b3fd48a14d941125e60da39c53c42f7076b9e (patch)
treeaee73f2769912b89e6978bf9bb70a5699ba2a17b /smenu.h
parent8046035843fabcfb8cff084e4282819445603db6 (diff)
Remove an unnecessary toggle related to tagging
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/smenu.h b/smenu.h
index d0357ee..4394c0d 100644
--- a/smenu.h
+++ b/smenu.h
@@ -180,8 +180,6 @@ struct toggle_s
| 0 keeps it forgetful. */
int no_mouse; /* 1 to disable the possibly auto-detected *
| mouse, 0 to let smenu auto-detect it. */
- int tagged_to_mark; /* 1 of tag_to_mark has tagged untagged words *
- | else 0. */
};
/* Structure to store the default or imposed smenu limits. */