Skip to content

Commit

Permalink
remove unused visibility sets of non-ws output props, re #10591
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Mar 2, 2015
1 parent 97b1d95 commit d34ad21
Showing 1 changed file with 0 additions and 14 deletions.
Expand Up @@ -119,14 +119,6 @@ void SCARFTomoReconstruction::init() {
"Strings describing the current status of the jobs");
declareProperty(new ArrayProperty<std::string>("RemoteJobsCommands", Direction::Output),
"Strings with the command line run for the jobs");
setPropertySettings("RemoteJobsID", new VisibleWhenProperty("Action", IS_EQUAL_TO,
"JobStatus"));
setPropertySettings("RemoteJobsNames", new VisibleWhenProperty("Action", IS_EQUAL_TO,
"JobStatus"));
setPropertySettings("RemoteJobsStatus", new VisibleWhenProperty("Action", IS_EQUAL_TO,
"JobStatus"));
setPropertySettings("RemoteJobsCommands", new VisibleWhenProperty("Action", IS_EQUAL_TO,
"JobStatus"));

// - Action: query status and info by ID
declareProperty(
Expand All @@ -142,12 +134,6 @@ void SCARFTomoReconstruction::init() {
"(running, exited, etc.)", Direction::Output);
declareProperty("RemoteJobCommand", "", nullV, "Command line run remotely "
"for this job ", Direction::Output);
setPropertySettings("RemoteJobName", new VisibleWhenProperty("Action", IS_EQUAL_TO,
"JobStatusByID"));
setPropertySettings("RemoteJobStatus", new VisibleWhenProperty("Action", IS_EQUAL_TO,
"JobStatusByID"));
setPropertySettings("RemoteJobCommand", new VisibleWhenProperty("Action", IS_EQUAL_TO,
"JobStatusByID"));

// - Action: download file
declareProperty(new PropertyWithValue<std::string>("RemoteJobFilename", "",
Expand Down

0 comments on commit d34ad21

Please sign in to comment.