Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich authored and OpenModelica-Hudson committed Oct 19, 2016
1 parent f97e445 commit 92846a4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Compiler/BackEnd/VisualXML.mo
Expand Up @@ -333,15 +333,6 @@ algorithm
end if;
end getFullCADFilePath;

protected function packagePathEqual "find function for getFullCADFilePath
author: vwaurich TUD 2016-10"
input tuple<String,String> tpl;
input String name;
output Boolean b = false;
algorithm
b := stringEqual(name,Util.tuple21(tpl));
end packagePathEqual;

protected function fillShapeObject"sets the visualization info in the visualization object
author:Waurich TUD 2015-04"
input DAE.ComponentRef cref;
Expand Down

0 comments on commit 92846a4

Please sign in to comment.