mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
fix(clock): delete outdated warning
This commit is contained in:
parent
43d52c59d9
commit
ba498869c5
@ -41,12 +41,6 @@ waybar::modules::Clock::Clock(const std::string& id, const Json::Value& config)
|
|||||||
time_zones_.push_back(nullptr);
|
time_zones_.push_back(nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_timezone_fixed()) {
|
|
||||||
spdlog::warn(
|
|
||||||
"As using a timezone, some format args may be missing as the date library haven't got a "
|
|
||||||
"release since 2018.");
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check if a particular placeholder is present in the tooltip format, to know what to calculate
|
// Check if a particular placeholder is present in the tooltip format, to know what to calculate
|
||||||
// on update.
|
// on update.
|
||||||
if (config_["tooltip-format"].isString()) {
|
if (config_["tooltip-format"].isString()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user