From d041ec61afe7811cf86438b900ef9a6a30769b24 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 14 Jan 2014 01:23:49 +0000 Subject: [PATCH] #if 0 out an unused routine. svn path=/trunk/; revision=54743 --- ui/qt/progress_bar.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/qt/progress_bar.cpp b/ui/qt/progress_bar.cpp index 8b1a1883b3..b705e8ae77 100644 --- a/ui/qt/progress_bar.cpp +++ b/ui/qt/progress_bar.cpp @@ -60,6 +60,7 @@ common_create_progress_dlg(bool animate, const gpointer top_level_window, return pb->show(animate, terminate_is_stop, stop_flag, value); } +#if 0 progdlg_t * create_progress_dlg(const gpointer top_level_window, const gchar *task_title, const gchar *item_title, gboolean terminate_is_stop, gboolean *stop_flag, @@ -71,6 +72,7 @@ create_progress_dlg(const gpointer top_level_window, const gchar *task_title, co return common_create_progress_dlg(false, top_level_window, terminate_is_stop, stop_flag, progress * 100); } +#endif progdlg_t * delayed_create_progress_dlg(const gpointer top_level_window, const gchar *task_title, const gchar *item_title,