Deprecate and destroy all functions that are duplicates with different case.

Issue #20 new
Robert Massaioli repo owner created an issue

The same function with different case is just stupid. Just stick to a certain naming convention and just write every function once. I mean cases like this:

bool OpenFile(boost::filesystem::path p_sFileName, CAudioDetails *pAudioDet
{
  return openFile(p_sFileName, pAudioDetails);
}

Comments (0)

  1. Log in to comment