summaryrefslogtreecommitdiff
path: root/src/progress.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/progress.h')
-rw-r--r--src/progress.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/progress.h b/src/progress.h
index 85a27de72..eec369b23 100644
--- a/src/progress.h
+++ b/src/progress.h
@@ -26,10 +26,7 @@ static inline bool HasModalProgress()
return _in_modal_progress;
}
-/**
- * Set the modal progress state.
- * @param state The new state; are we modal or not?
- */
+bool IsFirstModalProgressLoop();
void SetModalProgress(bool state);
extern class ThreadMutex *_modal_progress_work_mutex;