Reverted the version() function

This commit is contained in:
gabime
2019-09-05 19:50:00 +03:00
parent f196a9fd27
commit 65d02e495e
3 changed files with 1 additions and 10 deletions

View File

@@ -103,10 +103,6 @@ void shutdown();
// Automatic registration of loggers when using spdlog::create() or spdlog::create_async
void set_automatic_registration(bool automatic_registation);
// return spdlog version
std::string version();
// API for using default logger (stdout_color_mt),
// e.g: spdlog::info("Message {}", 1);
//