From 1e9bc9d34c210925004eeeea4533a14185078db6 Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Sat, 30 Sep 2017 20:33:08 +0000 Subject: Remove duplicated and unused function --- pydora/utils.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pydora/utils.py b/pydora/utils.py index 9a6d2a1..faa18e5 100644 --- a/pydora/utils.py +++ b/pydora/utils.py @@ -102,13 +102,6 @@ class Screen(object): print(Colors.red("Invalid Input!")) -def clear_screen(): - """Clear the terminal - """ - sys.stdout.write("\x1b[2J\x1b[H") - sys.stdout.flush() - - def iterate_forever(func, *args, **kwargs): """Iterate over a finite iterator forever -- cgit v1.2.3