open-gunz / ogz-source

Open GunZ source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unused Files

Hymnosi opened this issue · comments

Using this as a way to identify unused source code that can likely be removed without breaking anything.

Project cml

  • MQuat.h
    • likely reimplemented in realspace2.
  • MSingleton.h
    • template class for Singletons, but not called anywhere in any project.
  • MDebugNew.h
    • likely a replacement for MDebug (duh) but never finished.
  • MListSTL.h
    • STL Support... never referenced or used.
  • MWindowsFwd.h
    • Contains aliasing statements, but is never called anywhere.