From 282c0fc9f8bb9f9ef45db0d2227b2d31f36620d3 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Mon, 5 Feb 2024 09:14:28 +0200 Subject: Updating tests and removing unused returns and function. --- tui/ansi_draw.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tui') 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 -- cgit v1.2.3