From 39c170bf10bcc6bb5b0a5723d4d5e69c45627a50 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Thu, 18 Aug 2022 19:13:24 +0200 Subject: [PATCH] remove one comment that I forgot to --- src/modules/hyprland/language.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/hyprland/language.cpp b/src/modules/hyprland/language.cpp index 2ae4967..5463508 100644 --- a/src/modules/hyprland/language.cpp +++ b/src/modules/hyprland/language.cpp @@ -27,7 +27,6 @@ Language::Language(const std::string& id, const Bar& bar, const Json::Value& con } auto Language::update() -> void { - // fix ampersands std::lock_guard lg(mutex_); if (!format_.empty()) {