summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.c b/main.c
index c4485a4..3a476b7 100644
--- a/main.c
+++ b/main.c
@@ -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);