Skip to content

Remove commented out and useless debug code

Mattia "Glax" Basaglia requested to merge Melanosuchus/cleanup into master

This removes a lot of code that was commented out via #if 0 or just plain comments, removes some debug code that does nothing and the code showing model normals in debug mode.

I tried my best to make sure I deleted all the #ifs correctly but it still needs thorough reviewing to ensure I didn't remove real code (hence the 2 approvals required).

Merge request reports