LayerManagerToolBox: removed function call with no effect
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 10 May 2012 10:58:11 +0000 (12:58 +0200)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 10 May 2012 10:58:11 +0000 (12:58 +0200)
commit1a3c2c6a5bb7c841b6bc3b8e4875c5a43dd6158c
tree8488cfc75a95c0ef282cba4b19008c41204ae843
parent36a9089b29a23e74e5e5dfe58d80ca832af83912
LayerManagerToolBox: removed function call with no effect

std::string.substr(0) just creates a copy of a string.
This was not required in this context.
LayerManagerExamples/LayerManagerToolBox/src/LayerManagerToolBox.cpp