summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/videogen.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/videogen.c b/tests/videogen.c
index 5990dd7d48..4238e3f862 100644
--- a/tests/videogen.c
+++ b/tests/videogen.c
@@ -273,11 +273,6 @@ int main(int argc, char **argv)
exit(1);
}
-#if 0
- for(i=0;i<256;i++)
- printf("cos(%d)=%d\n", i, int_cos(i));
-#endif
-
w = DEFAULT_WIDTH;
h = DEFAULT_HEIGHT;