From 48be13fcb988aecf19058fbc83a0add953331db1 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 19 Oct 2023 14:56:59 +0100 Subject: [PATCH] borders-plus-plus: remove old debug log --- borders-plus-plus/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/borders-plus-plus/main.cpp b/borders-plus-plus/main.cpp index 402a06a..95bd68d 100644 --- a/borders-plus-plus/main.cpp +++ b/borders-plus-plus/main.cpp @@ -48,8 +48,6 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) { if (w->isHidden() || !w->m_bIsMapped) continue; - HyprlandAPI::addNotification(PHANDLE, "b", CColor{0.2, 1.0, 0.2, 1.0}, 2000); - HyprlandAPI::addWindowDecoration(PHANDLE, w.get(), new CBordersPlusPlus(w.get())); }