summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/NetChat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx/NetChat.cpp')
-rw-r--r--StarsEx/NetChat.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/StarsEx/NetChat.cpp b/StarsEx/NetChat.cpp
index d296b0c..044d969 100644
--- a/StarsEx/NetChat.cpp
+++ b/StarsEx/NetChat.cpp
@@ -11,7 +11,6 @@
Single chat message and sender
*/
-
#include "NetChat.h"
#include "NetLayer.h"
@@ -48,4 +47,3 @@ NetChatEntry::NetChatEntry(int msg_id, const char* u, const char* s)
NetChatEntry::~NetChatEntry()
{ }
-