Removed licensing system related code

This commit is contained in:
Thulinma 2022-02-09 11:32:35 +01:00
parent c2c94bb4b4
commit 82883d39ea
7 changed files with 2 additions and 276 deletions

View file

@ -358,9 +358,6 @@ bool Util::Config::parseArgs(int &argc, char **&argv){
std::cout << "This makes them less accurate." << std::endl;
}
}
#endif
#ifndef LICENSING
std::cout << "- Flag: Licensing system disabled. No checks for validity will occur." << std::endl;
#endif
/*LTS-END*/
std::cout << "Built on " __DATE__ ", " __TIME__ << std::endl;