summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/download.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check/download.hxx')
-rw-r--r--extensions/source/update/check/download.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/extensions/source/update/check/download.hxx b/extensions/source/update/check/download.hxx
index db3968f9163b..a8285d0f8459 100644
--- a/extensions/source/update/check/download.hxx
+++ b/extensions/source/update/check/download.hxx
@@ -64,10 +64,6 @@ public:
// stops the download after the next write operation
void stop();
- // returns true if the stop condition is set
- bool isStopped() const
- { return const_cast <Download *> (this)->m_aCondition.check(); };
-
protected:
// Determines the appropriate proxy settings for the given URL. Returns true if a proxy should be used