--- deliantra/server/common/porting.C 2006/09/12 23:22:32 1.6 +++ deliantra/server/common/porting.C 2006/12/09 17:28:37 1.8 @@ -1,9 +1,3 @@ - -/* - * static char *rcsid_porting_c = - * "$Id: porting.C,v 1.6 2006/09/12 23:22:32 root Exp $"; - */ - /* CrossFire, A Multiplayer game for X-windows @@ -24,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - The authors can be reached via e-mail at crossfire-devel@real-time.com + The authors can be reached via e-mail at */ /* This file contains various functions that are not really unique for @@ -390,9 +384,6 @@ FILE * open_and_uncompress (const char *name, int flag, int *compressed) { - size_t i; - FILE *fp; - *compressed = 0; return fopen (name, "r"); }