summaryrefslogtreecommitdiffstats
path: root/tests/libdimension/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libdimension/tests.h')
-rw-r--r--tests/libdimension/tests.h11
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