summaryrefslogtreecommitdiffstats
path: root/src/AsyncAlgorithm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AsyncAlgorithm.cpp')
-rw-r--r--src/AsyncAlgorithm.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/AsyncAlgorithm.cpp b/src/AsyncAlgorithm.cpp
index 82f23ec..7b82376 100644
--- a/src/AsyncAlgorithm.cpp
+++ b/src/AsyncAlgorithm.cpp
@@ -161,10 +161,4 @@ void CAsyncAlgorithm::runWrapped(int _iNrIterations)
m_bDone = true;
}
-void CAsyncAlgorithm::signalAbort()
-{
- if (m_pAlg)
- m_pAlg->signalAbort();
-}
-
}