summaryrefslogtreecommitdiffhomepage
path: root/NetEx/NetLayer.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-03-28 23:24:47 +0200
committerAki <please@ignore.pl>2022-03-28 23:24:47 +0200
commited2b908b7d88bcb5730ef74ae97020b683da51ae (patch)
tree96dd78779f415097606ef85334326b4bfdf4d64d /NetEx/NetLayer.h
parentb9304640ae7a85d55d7dbc498f7cd875a2f1e215 (diff)
downloadstarshatter-ed2b908b7d88bcb5730ef74ae97020b683da51ae.zip
starshatter-ed2b908b7d88bcb5730ef74ae97020b683da51ae.tar.gz
starshatter-ed2b908b7d88bcb5730ef74ae97020b683da51ae.tar.bz2
Removed Description of NetLayer
Diffstat (limited to 'NetEx/NetLayer.h')
-rw-r--r--NetEx/NetLayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/NetEx/NetLayer.h b/NetEx/NetLayer.h
index ca3b703..0d21d36 100644
--- a/NetEx/NetLayer.h
+++ b/NetEx/NetLayer.h
@@ -15,7 +15,6 @@
#define NetLayer_h
#include <windows.h>
-#include <winsock.h>
#include "Text.h"
// +-------------------------------------------------------------------+
@@ -37,7 +36,6 @@ public:
static Text GetHostName();
private:
- WSADATA info;
bool fail;
};