Skip to content

Commit 2a09d72

Browse files
committed
Remove forgotten comments
1 parent bf7ec21 commit 2a09d72

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

source/deimos/ncurses/menu.d

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,6 @@ MENU* new_menu(ITEM** items);
162162

163163
OPTIONS item_opts(const ITEM* item);
164164
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);
171165
MENU* item_init(const MENU* menuVar);
172166
MENU* item_term(const MENU* menuVar);
173167
MENU* menu_init(const MENU* menuVar);

0 commit comments

Comments
 (0)