aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/net/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/net/net.cpp')
-rw-r--r--src/libjin/net/net.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/libjin/net/net.cpp b/src/libjin/net/net.cpp
deleted file mode 100644
index db39be7..0000000
--- a/src/libjin/net/net.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-#include "Net.h"
-
-namespace jin
-{
-namespace net
-{
-
- bool Net::initSystem(const SettingBase* setting)
- {
- #ifdef _WIN32
- #if JIN_NET_TEKCOS
- tk_init();
- #endif
- #endif
- return true;
- }
-
- void Net::quitSystem()
- {
-
- }
-
-}
-}