From 92b990346766a764f6b8953aac1e68e277e4f64b Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Thu, 17 Oct 2024 15:12:06 +0300 Subject: [PATCH] fix filter --- src/common/logging/filter.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/common/logging/filter.cpp b/src/common/logging/filter.cpp index 1055f029..bda7f00d 100644 --- a/src/common/logging/filter.cpp +++ b/src/common/logging/filter.cpp @@ -118,13 +118,8 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) { SUB(Lib, GameLiveStreaming) \ SUB(Lib, Remoteplay) \ SUB(Lib, SharePlay) \ - SUB(LibSUB(Lib, Fiber) \ - SUB(Lib, Mouse) \ - SUB(Lib, Ime) \ - SUB(Lib, GameLiveStreaming) \ - SUB(Lib, Remoteplay) \ - SUB(Lib, SharePlay) \ SUB(Lib, Fiber) \ + SUB(Lib, Mouse) \ CLS(Frontend) \ CLS(Render) \ SUB(Render, Vulkan) \