open-gunz/ogz-source

Unused Files

Opened this issue · 0 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.