summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index a0a56f9..6dd4b39 100644
--- a/src/main.c
+++ b/src/main.c
@@ -28,7 +28,6 @@ typedef struct timespec Time;
28void 28void
29halt(int stub) { 29halt(int stub) {
30 (void)stub; 30 (void)stub;
31 set_tty(false);
32 exit(EXIT_SUCCESS); 31 exit(EXIT_SUCCESS);
33} 32}
34 33
@@ -568,7 +567,6 @@ main(int argc, char *argv[]) {
568 // Main loop. 567 // Main loop.
569 Time frame_time = time_now(); 568 Time frame_time = time_now();
570 size_t frames_update = 0; 569 size_t frames_update = 0;
571 size_t frames_refresh = 0;
572 while (true) { 570 while (true) {
573 poll_input(); 571 poll_input();
574 size_t elapsed = time_elapsed(frame_time); 572 size_t elapsed = time_elapsed(frame_time);