diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-05 09:14:28 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-05 09:14:28 +0200 |
commit | 282c0fc9f8bb9f9ef45db0d2227b2d31f36620d3 (patch) | |
tree | 6a41d6b6c66ac3c91aa465fa6e7094f40b8e2f2f /tui/ansi_draw.py | |
parent | afe4062d46aa9e8ad115edb1b1c1dad5e42cf002 (diff) |
Updating tests and removing unused returns and function.
Diffstat (limited to 'tui/ansi_draw.py')
-rw-r--r-- | tui/ansi_draw.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tui/ansi_draw.py b/tui/ansi_draw.py index 143874d..ba71fdb 100644 --- a/tui/ansi_draw.py +++ b/tui/ansi_draw.py @@ -42,7 +42,6 @@ class SuppressDraw(): def matrix(self, matrix, hx, hy): """ "piirtää" ruudukon """ - return True def status_line(self, text): """ draw_status_line - tulostaa pelitietorivin""" @@ -54,8 +53,6 @@ class NoDraw(): def matrix(self, matrix, hx, hy): """ "piirtää" ruudukon """ - return True def status_line(self, text): """ draw_status_line - tulostaa pelitietorivin""" - return True |