From d10a8424cbf8e529a1b36287d41f7fe6df353e2f Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Tue, 4 Aug 2026 23:38:19 +0200 Subject: Get rid of the non-reloadable version It creates two different versions of the code for no valid reason. dynamically loading the display is not that mystical in the end. --- src/calculer.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/calculer.c') diff --git a/src/calculer.c b/src/calculer.c index 7b5b7db..2abd68a 100644 --- a/src/calculer.c +++ b/src/calculer.c @@ -193,13 +193,11 @@ main(int argc, char *argv[]) fclose(logfile); exit(0); } -#ifndef NDEBUG else if (input == DISP_RELOAD) { disp_reload(disp); continue; } -#endif measure_after(measure_data, input == res); disp->display_res(input == res, ms); } -- cgit v1.2.3