diff options
| author | 2021-04-18 19:54:39 +0100 | |
|---|---|---|
| committer | 2021-04-19 00:14:53 +0100 | |
| commit | ba6332b8ec1b21eabc38a4f7f1dcdb27297cd155 (patch) | |
| tree | d4c2a1c5ddb2696c1554bc91a8240cbffd860888 /include/socketengine.h | |
| parent | Rip out the OnConnectionFail event. (diff) | |
Rip out the SwapInternals method.
This never really worked correctly and will now be replaced with
something better.
Diffstat (limited to 'include/socketengine.h')
| -rw-r--r-- | include/socketengine.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/socketengine.h b/include/socketengine.h index 081c7f904..2ccdae7b5 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -167,11 +167,6 @@ class CoreExport EventHandler : public Cullable */ int fd; - /** Swaps the internals of this EventHandler with another one. - * @param other A EventHandler to swap internals with. - */ - void SwapInternals(EventHandler& other); - public: /** Get the current file descriptor * @return The file descriptor of this handler |
