Skip to content
Snippets Groups Projects
Commit cffb3ddd authored by tanguy.cavagna's avatar tanguy.cavagna :desktop:
Browse files

Removed unnecessary clear

parent 930a6c79
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ int main(void) { ...@@ -11,7 +11,6 @@ int main(void) {
init_term(); init_term();
int menu_choice = show_menu(); int menu_choice = show_menu();
clear();
if (menu_choice == MENU_QUIT) { if (menu_choice == MENU_QUIT) {
cleanup_term(); cleanup_term();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment