Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 3, 2018
1 parent ce19ce3 commit 40bd885
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
13 changes: 0 additions & 13 deletions src/plugins/support/SimulationSupport/src/simulationmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,6 @@ void SimulationManager::unmanage(const QString &pFileName)

//==============================================================================

void SimulationManager::stop(const QString &pFileName, bool pElapsedTime)
{
// Check whether we are already managing the corresponding simulation and,
// if so, stop it

Simulation *crtSimulation = simulation(pFileName);

if (crtSimulation)
crtSimulation->stop(pElapsedTime);
}

//==============================================================================

void SimulationManager::save(const QString &pFileName)
{
// Check whether we are already managing the corresponding simulation and,
Expand Down
2 changes: 0 additions & 2 deletions src/plugins/support/SimulationSupport/src/simulationmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ class SIMULATIONSUPPORT_EXPORT SimulationManager : public QObject
void manage(const QString &pFileName);
void unmanage(const QString &pFileName);

void stop(const QString &pFileName, bool pElapsedTime);

void save(const QString &pFileName);
void reload(const QString &pFileName);
void rename(const QString &pOldFileName, const QString &pNewFileName);
Expand Down

0 comments on commit 40bd885

Please sign in to comment.