Skip to content
Snippets Groups Projects
Commit f501feaa authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

remove a no longer needed function

parent 2aba1195
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,6 @@ namespace ChimeraTK {
* placeholder constructor without arguments. */
virtual bool isInitialised() const = 0;
/** Create pair of ProcessVariables, use one end as the local implementation and return the other. */
virtual boost::shared_ptr<ProcessVariable> createProcessVariable() = 0;
/** Use a ProcessVariable as implementation. */
virtual void useProcessVariable(boost::shared_ptr<ProcessVariable> &var) = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment