=== modified file 'src/options.cc'
@@ -53,7 +53,6 @@
{"force-tex-update", 0, 0, 0},
{"manual-redirect", 0, 0, 0},
{"run-forever", 0, 0, 0},
- {"num-iters", 1, 0, 0},
{"list-tests", 0, 0, 0},
{"no-swap-buffers", 0, 0, 0},
{"debug", 0, 0, 0},
@@ -93,8 +92,6 @@
" --force-tex-update Force texture updates even when they are unchanged\n"
" --manual-redirect Perform a manual redirect when using XComposite\n"
" --run-forever Run indefinitely, looping from the last test back to the first\n"
- " --num-iters <NUM> The number of iterations run for each test\n"
- " [default: 5]\n"
" --list-tests List the avalaible tests and their options\n"
" --no-swap-buffers Don't update the screen by swapping the front and\n"
" back buffer, use glFinish() instead\n"