diff options
Diffstat (limited to 'src/server/EnginePort.hpp')
-rw-r--r-- | src/server/EnginePort.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/EnginePort.hpp b/src/server/EnginePort.hpp index 6e6d0d1a..c911c118 100644 --- a/src/server/EnginePort.hpp +++ b/src/server/EnginePort.hpp @@ -49,9 +49,6 @@ public: virtual ~EnginePort() {} - /** Set the name of the system port according to new path */ - virtual void move(const Raul::Path& path) {} - /** Create system port */ virtual void create() {} |