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()) {