From 6d7d58b4b8e3cdd186f83268ef5b5e18f19b2c3c Mon Sep 17 00:00:00 2001 From: marschap Date: Sat, 15 Apr 2006 14:26:24 +0000 Subject: [PATCH] don't check height on blig clock; it's the server's job --- clients/lcdproc/chrono.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/clients/lcdproc/chrono.c b/clients/lcdproc/chrono.c index 6b158f0..7eba8a4 100644 --- a/clients/lcdproc/chrono.c +++ b/clients/lcdproc/chrono.c @@ -388,9 +388,6 @@ big_clock_screen (int rep, int display, int *flags_ptr) static int heartbeat = 0; int j = 0; - if (lcd_hgt < 4) - return 0; - // toggle colon display heartbeat ^= 1;