diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -525,9 +525,6 @@ int main(int argc, const char **argv) { if (txt_load(&txt, path)) err(1, "couldn't open file"); cur = start_ofs < 0 ? txt_end(&txt) : txt_at(&txt, start_ofs); - //srand(clock()); - srand(123); - for (;;) { scratch.beg = scratch.start; draw(NULL); |
