From d4e0b3183f4f1c8b202f42533bfcf253f52ad65f Mon Sep 17 00:00:00 2001 From: DarioS Date: Mon, 6 Feb 2023 08:12:08 +0100 Subject: [PATCH] Include : - modifica estetica. --- EXeExecutor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/EXeExecutor.h b/EXeExecutor.h index f1e35fa..b642364 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -981,7 +981,6 @@ EXE_EXPORT bool ExeTdbGetToolHolderDir( std::string& sTHolderDir) ; EXE_EXPORT bool ExeTdbExport( const STRVECTOR& vsToolsNames, const std::string& sOutFile) ; EXE_EXPORT bool ExeTdbToBeImported( const std::string& sFile, STRVECTOR& vsToolsNames, INTVECTOR& vToolsTypes) ; EXE_EXPORT bool ExeTdbImport( const std::string& sFile, const STRVECTOR& vsToolsToImport, const STRVECTOR& vsToolsNames, STRVECTOR& vsImported) ; - // Setup EXE_EXPORT int ExeGetCurrSetup( void) ; EXE_EXPORT bool ExeGetDefaultSetupName( std::string& sName) ;