From 6a39269d2e73273de324ed156eba71e5bdcd9602 Mon Sep 17 00:00:00 2001 From: adnano Date: Thu, 2 May 2024 14:44:09 -0400 Subject: Drop wmenu -x option --- menu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'menu.h') diff --git a/menu.h b/menu.h index 762dfc8..0143405 100644 --- a/menu.h +++ b/menu.h @@ -56,8 +56,6 @@ struct menu { int (*strncmp)(const char *, const char *, size_t); // Whether the input is a password bool passwd; - // Whether to execute the selected item - bool exec; // The font used to display the menu char *font; // The number of lines to list items vertically -- cgit v1.2.3