Dead code

From OuroDev

For listing any code encountered that is dead but was unrelated to the changes you were working on so you didn't remove.

If you're bored or looking for something small to do, have a look at the code, make sure it's dead, remove it and submit a PR. Any time saved for future devs not having to parse/understand dead code is worth it.

  • GameState.usedLauncher (cmdgame.h) where is it not 0 (related to CohUpdater and NcsoftLauncher, neither of which exist anymore. Related to the -launcher command passed to the game, which doesn't work either).
  • Game\clientcomm\autoResumeInfo.c autoResumeRegInfoReadOnly. Was a way to serialize auth and db server IPs to registry used with CohUpdater. Unused now that CohUpdater is gone and either db or auth is directly passed as an argument to the game exe.