aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-14 01:23:49 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-14 01:23:49 +0000
commitd041ec61afe7811cf86438b900ef9a6a30769b24 (patch)
tree3f15fb2d714c1876fe3128814f30eb86cadaf288 /ui
parent5a43b704c8fbedf35663127e966b4955c17922f4 (diff)
#if 0 out an unused routine.
svn path=/trunk/; revision=54743
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/progress_bar.cpp2
1 files changed, 2 insertions, 0 deletions
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,