summaryrefslogtreecommitdiffstats
path: root/src/socket
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket')
-rw-r--r--src/socket/SocketInterface.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/socket/SocketInterface.hpp b/src/socket/SocketInterface.hpp
index 5e4daaf2..e084d964 100644
--- a/src/socket/SocketInterface.hpp
+++ b/src/socket/SocketInterface.hpp
@@ -30,8 +30,6 @@ public:
SocketInterface(Shared::World& world, Interface& iface, int conn);
~SocketInterface();
- SordInserter* inserter() { return _inserter; }
-
private:
virtual void _run();