From 14b6c23b44c684507e84987d209aed83be495206 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 1 Aug 1997 13:10:41 +0000 Subject: [PATCH] Tolto caricamento inutile elenco moduli git-svn-id: svn://10.65.10.50/trunk@5016 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba0.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ba/ba0.cpp b/ba/ba0.cpp index 9b0166034..a9609fc1f 100755 --- a/ba/ba0.cpp +++ b/ba/ba0.cpp @@ -874,7 +874,6 @@ class TMenu_application : public TApplication const char* _name; TMenu _menu; - TArray _modules; TPicture_mask* _mask; @@ -1262,11 +1261,8 @@ bool TMenu_application::create() set_perms(); test_temp(); - - TScanner scanner("prassi.aut"); - for (int aut = 0; scanner.line() != ""; aut++) - _modules.add(scanner.token()); + TWait_cursor hourglass; _menu.read("prassi.men"); dispatch_e_menu(MENU_ITEM(1));