mirror of
https://github.com/polybar/polybar.git
synced 2026-04-02 05:41:05 +00:00
builder: remove BUILDER_SPACE_TOKEN
Was around since the first commit but no documentation why. It was only used in the text module and doesn't appear in any public documentation, so this doesn't break anything.
This commit is contained in:
committed by
Patrick Ziegler
parent
56e24992df
commit
f967cd5f59
@ -13,9 +13,6 @@ namespace modules {
|
||||
if (m_formatter->get("content")->value.empty()) {
|
||||
throw module_error(name() + ".content is empty or undefined");
|
||||
}
|
||||
|
||||
m_formatter->get("content")->value =
|
||||
string_util::replace_all(m_formatter->get("content")->value, " ", BUILDER_SPACE_TOKEN);
|
||||
}
|
||||
|
||||
string text_module::get_format() const {
|
||||
|
||||
Reference in New Issue
Block a user