diff options
Diffstat (limited to 'src/server/ServerInterfaceImpl.hpp')
-rw-r--r-- | src/server/ServerInterfaceImpl.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/ServerInterfaceImpl.hpp b/src/server/ServerInterfaceImpl.hpp index ef9042bf..0ba3a1b9 100644 --- a/src/server/ServerInterfaceImpl.hpp +++ b/src/server/ServerInterfaceImpl.hpp @@ -83,8 +83,6 @@ public: virtual void disconnect_all(const Raul::Path& parent_patch_path, const Raul::Path& path); - virtual void ping(); - virtual void get(const Raul::URI& uri); virtual void response(int32_t id, Status status) {} ///< N/A |