linguini1 commented on code in PR #3577: URL: https://github.com/apache/nuttx-apps/pull/3577#discussion_r3507057505
########## games/NXDoom/src/doom/am_map.c: ########## @@ -607,6 +607,7 @@ static boolean stopped = true; * ****************************************************************************/ +#if 0 /* UNUSED */ static void am_get_i_slope(mline_t *ml, islope_t *is) Review Comment: These ones are part of the core DOOM logic and there are some comments that mention them. So even though they're not used right now (probably because I stripped out other things) I'm hesitant to remove them entirely. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
