Skip to content

Commit

Permalink
Remove unnecessary import in clear_terminal.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentlouisetonino committed Jul 31, 2024
1 parent 8c86c9e commit 01b34fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified bin/elementexplorer
Binary file not shown.
1 change: 0 additions & 1 deletion src/displays/clear_terminal.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <stdio.h>
#include <stdlib.h>

void clear_terminal(void) { system("clear"); }

0 comments on commit 01b34fc

Please sign in to comment.