From adddfb382dbb46943efd08b20634a716caf3456b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 30 Oct 2009 13:47:32 -0400 Subject: Remove progress bars from tests, as parallel-tests hides output anyway. --- tests/libdimension/tests.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tests/libdimension/tests.h') diff --git a/tests/libdimension/tests.h b/tests/libdimension/tests.h index 3569bbe..68cb726 100644 --- a/tests/libdimension/tests.h +++ b/tests/libdimension/tests.h @@ -57,17 +57,6 @@ void dmnsn_delete_display(dmnsn_display *display); /* Flush the GL buffers */ void dmnsn_display_flush(dmnsn_display *display); -/* - * Asynchronicity - */ - -/* Print a progress bar of the progress of `progress' */ -void dmnsn_progressbar(const char *str, const dmnsn_progress *progress); -/* Print a progress bar asynchronously, convienently guaranteed to succeed if - it returns so our tests don't get cluttered up */ -dmnsn_progress *dmnsn_progressbar_async(const char *str, - const dmnsn_progress *progress); - #ifdef __cplusplus } #endif -- cgit v1.2.3