From cc00c29ad78c6a254baae6241277031433d7bf68 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Wed, 16 Mar 2022 17:24:32 +0530 Subject: [PATCH] Update doughnut.c --- doughnut.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doughnut.c b/doughnut.c index 0e26b36..1820e51 100644 --- a/doughnut.c +++ b/doughnut.c @@ -148,7 +148,6 @@ char **build_frame(char **frame, int size, int i, int k) { } int main(int argc, char **argv) { - // Getting the size of the terminal int size = terminal_size(); @@ -188,4 +187,4 @@ int main(int argc, char **argv) { } return 0; -} \ No newline at end of file +}