Skip to content

Commit

Permalink
- Don't create OMNotebook_tempfiles directory anymore (unused)
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9274 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 13, 2011
1 parent b1b79f8 commit 16be426
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions OMNotebook/OMNotebookGUI/cellapplication.cpp
Expand Up @@ -202,10 +202,6 @@ namespace IAEX
exit(1);
}

// 2006-02-13 AF, create temp dir
if( !dir.exists( "OMNotebook_tempfiles" ) )
dir.mkdir( "OMNotebook_tempfiles" );

// 2005-12-17 AF, Create instance (load styles) of stylesheet
// 2006-04-10 AF, use environment variable to find stylesheet.xml
Stylesheet *sheet;
Expand Down Expand Up @@ -381,9 +377,6 @@ namespace IAEX
QMessageBox::warning( 0, "Warning", msg, "OK" );
}
}

// 2006-02-13 AF, remove temp dir
dir.rmdir( "OMNotebook_tempfiles" );
}

/*!
Expand Down

0 comments on commit 16be426

Please sign in to comment.