diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-10-30 13:47:32 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-10-30 13:47:32 -0400 |
commit | adddfb382dbb46943efd08b20634a716caf3456b (patch) | |
tree | 9c02e523b51cbbf1d2945b4d0a83e68b4de7e109 /tests/libdimension/tests.h | |
parent | 05757a852b46c40354f18d4f0c547d6b339054ab (diff) | |
download | dimension-adddfb382dbb46943efd08b20634a716caf3456b.tar.xz |
Remove progress bars from tests, as parallel-tests hides output anyway.
Diffstat (limited to 'tests/libdimension/tests.h')
-rw-r--r-- | tests/libdimension/tests.h | 11 |
1 files changed, 0 insertions, 11 deletions
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 |