Skip to content

Commit

Permalink
Remove unused method declarations. Refs #7186
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed Jul 16, 2014
1 parent 206267d commit d307d43
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -64,12 +64,6 @@ class DLLExport GeneratePythonScript : public API::Algorithm
void init();
/// Run the algorithm
void exec();
/// Generate the line of script corresponding to the given AlgorithmHistory
std::string genAlgString(const API::AlgorithmHistory&);
/// Generate the parameter string (of format "[name]='[value]'") for the given PropertyHistory.
std::string genParamString(Mantid::Kernel::PropertyHistory_const_sptr, const API::IAlgorithm_sptr, const std::string algHistName);
// "Sanitize" property name.
std::string sanitizePropertyName(const std::string&);
};


Expand Down

0 comments on commit d307d43

Please sign in to comment.