From 5c16010c1e44c3393cf7b276ba756870ebfb60ea Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 7 Jun 2024 18:07:08 +0100 Subject: Remove more deprecated functionality. --- src/logging.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/logging.cpp') diff --git a/src/logging.cpp b/src/logging.cpp index c4a686c43..b46840792 100644 --- a/src/logging.cpp +++ b/src/logging.cpp @@ -246,12 +246,6 @@ void Log::Manager::OpenLogs(bool requiremethods) { "normal", Level::NORMAL }, { "debug", Level::DEBUG }, { "rawio", Level::RAWIO }, - - // Deprecated v3 names. - { "sparse", Level::CRITICAL }, - { "verbose", Level::WARNING }, - { "default", Level::NORMAL }, - }); TokenList types = tag->getString("type", "*", 1); MethodPtr method = engine->Create(tag); -- cgit v1.3.1-10-gc9f91