Skip to content

Commit

Permalink
Revert "mark gui function as deprecated"
Browse files Browse the repository at this point in the history
This reverts commit 2ec9523.
  • Loading branch information
payetvin committed Oct 15, 2024
1 parent 9c87b88 commit 40dd4b0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/libs/antares/paths/list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ size_t PathList::totalSizeInBytes() const
return size;
}

[[ deprecated ("remove with GUI") ]]
// TODO VP: remove with tools
uint PathList::internalDeleteAllEmptyFolders()
{
if (!pTmp || item.empty())
Expand Down
1 change: 1 addition & 0 deletions src/libs/antares/study/include/antares/study/output.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ namespace Antares
namespace Data
{

// TODO VP: remove with GUI
class Output final
{
public:
Expand Down
1 change: 1 addition & 0 deletions src/libs/antares/study/include/antares/study/simulation.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ namespace Data
** \brief Set of settings for a simulation
*/

// TODO VP: remove with GUI
class SimulationComments final
{
public:
Expand Down
2 changes: 1 addition & 1 deletion src/libs/antares/study/load.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ void Study::reloadCorrelation()
internalLoadCorrelationMatrices(options);
}

[[ deprecated ("remove with GUI") ]]
// TODO remove with GUI
bool Study::reloadXCastData()
{
// if changes are required, please update AreaListLoadFromFolderSingleArea()
Expand Down
4 changes: 2 additions & 2 deletions src/libs/antares/study/output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace Antares::Data
namespace // anonymous
{

[[ deprecated ("remove with GUI") ]]
// TODO VP: remove with GUI
class OutputFolderIterator: public IO::Directory::IIterator<true>
{
public:
Expand Down Expand Up @@ -191,7 +191,7 @@ bool Output::loadFromFolder(const AnyString& folder)
return true;
}

[[ deprecated ("remove with GUI") ]]
// TODO VP: remove with GUI
void Output::RetrieveListFromStudy(List& out, const Study& study)
{
out.clear();
Expand Down
2 changes: 1 addition & 1 deletion src/libs/antares/study/study.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ void Study::resizeAllTimeseriesNumbers(uint n)
bindingConstraintsGroups.resizeAllTimeseriesNumbers(n);
}

[[ deprecated ("remove with GUI") ]]
// TODO VP: Could be removed with the GUI
bool Study::checkForFilenameLimits(bool output, const String& chfolder) const
{
enum
Expand Down
2 changes: 1 addition & 1 deletion src/libs/antares/study/study.extra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ bool Study::modifyAreaNameIfAlreadyTaken(AreaName& out, const AreaName& basename
return true;
}

[[ deprecated ("remove with GUI") ]]
// TODO VP: remove with GUI
bool Study::TitleFromStudyFolder(const AnyString& folder, String& out, bool warnings)
{
String b;
Expand Down

0 comments on commit 40dd4b0

Please sign in to comment.