]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.cxx
v1.1.0
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBlackBoxModel.cxx
index 704ca1efb7d0c8b44b7f65a00ddbfc5a4290093a..7eb35180731366b3fb4463de71192b919f300561 100644 (file)
@@ -178,7 +178,6 @@ namespace bbtk
        std::string GBlackBoxModel::getValueInputPort(int pos)
        {
                std::string text = _inputs[pos]->getValue();
-               addColons(text);
                return text;
        }