summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDominick Allen <djallen@librehumanitas.org>2024-09-26 21:01:52 -0500
committerDominick Allen <djallen@librehumanitas.org>2024-09-26 21:01:52 -0500
commitdac2e7507d0172e2a87ed5b2df9c320bc9717da6 (patch)
treeba96b13dc50465d5950fcda44e6b0a62d3caeea5 /src/main.cpp
parent8477ffbfba2f15edb9f87e9336e2c4599000c32a (diff)
Refactoring of popup modal.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 50ddd7e..8beda51 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -31,14 +31,3 @@ int main(int argc, char* argv[])
bookmouse::Bookmouse bookmouse{};
return bookmouse.run();
}
-
-void load_levels_example()
-{
- // Set the log level to "info" and mylogger to "trace":
- // SPDLOG_LEVEL=info,mylogger=trace && ./example
- spdlog::cfg::load_env_levels();
- // or from command line:
- // ./example SPDLOG_LEVEL=info,mylogger=trace
- // #include "spdlog/cfg/argv.h" // for loading levels from argv
- // spdlog::cfg::load_argv_levels(args, argv);
-}