Remove unused include/tracker/tracker.h

This commit is contained in:
Kp 2013-03-09 20:29:20 +00:00
parent 438611ca9d
commit d5657d7cf8
2 changed files with 0 additions and 42 deletions

View file

@ -1,41 +0,0 @@
/*
This is code needed to contact and interact with the tracker server. Contact
me at kip@thevertigo.com for comments. Yes, I thought about GGZ, but it wasn't
fully portable at the time of writing.
This file and the acompanying tracker_client.c file are free software;
you can redistribute them and/or modify them under the terms of the GNU
Library General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.
These files are distributed in the hope that they will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with these files; see the file COPYING.LIB. If not,
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
// Multiple include protection...
#ifndef _TRACKER_H
#define _TRACKER_H
// Don't bother with any of this if networking support isn't enabled...
#ifdef NETWORK
// The default game tracker server address...
#define TRACKER_DEFAULT_SERVER "localhost"
// Tracker port...
#define TRACKER_PORT 7988
// Invoke the browse UDP/IP network game GUI...
void TrackerBrowseMenu();
#endif // NETWORK
#endif // _TRACKER_CLIENT_H

View file

@ -33,7 +33,6 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include "player.h"
#include "mission.h"
#include "physfsx.h"
#include "tracker/tracker.h"
struct Cfg GameCfg;