summaryrefslogtreecommitdiff
path: root/src/net_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/net_sdl.c')
-rw-r--r--src/net_sdl.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/net_sdl.c b/src/net_sdl.c
index 56ab0c59..09d1dbb0 100644
--- a/src/net_sdl.c
+++ b/src/net_sdl.c
@@ -1,8 +1,6 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: net_sdl.c 684 2006-10-05 17:18:14Z fraggle $
-//
// Copyright(C) 2005 Simon Howard
//
// This program is free software; you can redistribute it and/or
@@ -20,17 +18,6 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
// 02111-1307, USA.
//
-// $Log$
-// Revision 1.3 2006/01/02 20:11:49 fraggle
-// Rename i_net_module -> net_sdl_module. Fix the AddrToString method.
-//
-// Revision 1.2 2005/12/29 17:47:47 fraggle
-// Automatically initialise the address table
-//
-// Revision 1.1 2005/10/30 19:56:15 fraggle
-// Add foundation code for the new networking system
-//
-//
// DESCRIPTION:
// Networking module which uses SDL_net
//