From 1b9e12e214996b1d47b5508efe4d5e32825d43a3 Mon Sep 17 00:00:00 2001 From: augusto Date: Wed, 30 Jul 1997 14:34:47 +0000 Subject: [PATCH] Eliminato il controllo abilitazione LIVART su TCOnfig (basta enabled() di TCodart_livelli git-svn-id: svn://10.65.10.50/trunk@4985 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/ve2400.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ve/ve2400.cpp b/ve/ve2400.cpp index ebba84626..28de2af7f 100755 --- a/ve/ve2400.cpp +++ b/ve/ve2400.cpp @@ -147,7 +147,7 @@ TMask_anamag::TMask_anamag(TRelation * rel,bool mg_autorized) : TMask("ve2400") } } } else { - if (mgconfig.get_bool("GESCODART") && livelli_art->enabled()) + if (livelli_art->enabled()) { set_handler(F_CODART, handle_codice); for (int i=0; i<9; i++)