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 +}