We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7ec21 commit 2a09d72Copy full SHA for 2a09d72
source/deimos/ncurses/menu.d
@@ -162,12 +162,6 @@ MENU* new_menu(ITEM** items);
162
163
OPTIONS item_opts(const ITEM* item);
164
OPTIONS menu_opts(const MENU* menuVar);
165
-//TODO check I think it needs to return a MENU, this was fine whan MENU was a void..
166
-//Holy crap, using a function pointer to get around the fact that MENU isn't defined...
167
-//void* function(MENU*) item_init(const MENU* menuVar);
168
-//void* function(MENU*) item_term(const MENU* menuVar);
169
-//void* function(MENU*) menu_init(const MENU* menuVar);
170
-//void* function(MENU*) menu_term(const MENU* menuVar);
171
MENU* item_init(const MENU* menuVar);
172
MENU* item_term(const MENU* menuVar);
173
MENU* menu_init(const MENU* menuVar);
0 commit comments