aboutsummaryrefslogtreecommitdiff
path: root/src/Toolbar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r--src/Toolbar.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc
index 8951923..1f1b2c4 100644
--- a/src/Toolbar.cc
+++ b/src/Toolbar.cc
@@ -439,10 +439,6 @@ void Toolbar::reconfigure() {
439 m_tools = tools; // copy values 439 m_tools = tools; // copy values
440 440
441 if (!m_tools.empty()) { 441 if (!m_tools.empty()) {
442 // make lower case
443 transform(m_tools.begin(), m_tools.end(),
444 m_tools.begin(),
445 FbTk::StringUtil::toLower);
446 442
447 // create items 443 // create items
448 StringList::const_iterator item_it = m_tools.begin(); 444 StringList::const_iterator item_it = m_tools.begin();