Remove a "todo" that was done in r38422.

This commit is contained in:
JaMiT 2013-06-29 18:49:19 -05:00
parent d5389b38df
commit da968a4a34

View file

@ -950,7 +950,6 @@ void menu_handler::create_unit_2(mouse_handler& mousehandler)
void menu_handler::create_unit(mouse_handler& mousehandler)
{
/** @todo reenable after releasing 1.7.4; as-is causes memory corruption */
if(gui2::new_widgets) {
create_unit_2(mousehandler);
return;