Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed unreferenced files. #2996

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

malortie
Copy link

@malortie malortie commented Nov 8, 2020

The following files are unreferenced:

  • cl_dll\MOTD.cpp
  • cl_dll\scoreboard.cpp
  • cl_dll\soundsystem.cpp
  • dlls\AI_BaseNPC_Schedule.cpp
  • dlls\glock.cpp
  • dlls\hlgl.def
  • dlls\mpstubb.cpp
  • dmc\cl_dll\MOTD.cpp
  • dmc\dlls\dmcgl.def
  • dmc\dlls\hlgl.def

Details:

cl_dll\MOTD.cpp contains older/earlier version of MOTD implementation. This has probably been replaced by vgui_MOTDWindow.cpp.

cl_dll\scoreboard.cpp contains older/earlier version of scoreboard implementation. This has probably been replaced by vgui_ScorePanel.cpp.

cl_dll\soundsystem.cpp appears to contain several functions for loading/unloading modules to be used by older/earlier sound API?

dlls\AI_BaseNPC_Schedule.cpp appears to have the same content as dlls\schedule.cpp, but the only difference is the end date in the header.

dlls\glock.cpp appears to be an older version of the glock, before client side events were introduced.

dlls\hlgl.def enumerates which functions to export from DLL by ordinal. Some of the functions listed do not exist anymore while others are now passed using a function table in GetEntityAPI/GetEntityAPI2.

dlls\mpstubb.cpp contains stub implementations of CGraph and CBaseMonster?

dmc\cl_dll\MOTD.cpp same as cl_dll\MOTD.cpp.

dmc\dlls\dmcgl.def same as dlls\hlgl.def.

dmc\dlls\hlgl.def same as dlls\hlgl.def.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant