]> git.stg.codes - stg.git/blobdiff - projects/rscriptd/listener.h
WaitPackets moved to common.lib
[stg.git] / projects / rscriptd / listener.h
index 16c492190a5853eef55f66d6cff634215488b311..f4d2856e7c7b0cdd35d3821d3278b396fd49b5c0 100644 (file)
@@ -29,7 +29,7 @@
 #include "stg/os_int.h"
 #include "stg/blowfish.h"
 #include "stg/rs_packets.h"
-#include "stg/stg_logger.h"
+#include "stg/logger.h"
 
 struct UserData
 {
@@ -94,7 +94,6 @@ private:
     // Networking stuff
     bool                PrepareNet();
     bool                FinalizeNet();
-    bool                WaitPackets(int sd) const;
     bool                RecvPacket();
     // Parsing stuff
     bool                CheckHeader(const RS_PACKET_HEADER & header) const;