Skip to content

Commit

Permalink
- Media is not deleted from MSL now.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10056 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Oct 8, 2011
1 parent 6af1705 commit a76e71f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OMEdit/OMEditGUI/OMCProxy.cpp
Expand Up @@ -507,7 +507,6 @@ QStringList OMCProxy::loadStandardLibrary()
res.append("ModelicaReference");

if (version >= 3.0 && version < 4.0) {
deleteClass("Modelica.Media");
deleteClass("Modelica.Fluid");
} else {
if (version < 2) sendCommand("setAnnotationVersion(\"1.x\")");
Expand Down

0 comments on commit a76e71f

Please sign in to comment.