summaryrefslogtreecommitdiffstats
path: root/src/Net/Connection.cpp
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-10-10 16:10:57 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-10-10 16:10:57 +0200
commit0ce519e355b3b2f271439aeac0064db11a06c77b (patch)
tree23bcff84bc7c860791ef191c49e0999aef15987a /src/Net/Connection.cpp
parent969b9f5e5d8a727e5d5588b3385967045f511e5e (diff)
downloadmad-0ce519e355b3b2f271439aeac0064db11a06c77b.tar
mad-0ce519e355b3b2f271439aeac0064db11a06c77b.zip
Interrupt-Funktion implementiert
Diffstat (limited to 'src/Net/Connection.cpp')
-rw-r--r--src/Net/Connection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Net/Connection.cpp b/src/Net/Connection.cpp
index 72f9848..5454dcf 100644
--- a/src/Net/Connection.cpp
+++ b/src/Net/Connection.cpp
@@ -238,7 +238,6 @@ bool Connection::rawSend(const uint8_t *data, unsigned long length) {
transS.push(trans);
updateEvents();
- doSend(); // TODO !!!
return true;
}