Skip to content

Commit a3e7e50

Browse files
committed
Removed unused macros related to program version from the config.h file for Mac OS X.
1 parent 5309b4f commit a3e7e50

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Xcode/config.h

-18
Original file line numberDiff line numberDiff line change
@@ -256,24 +256,6 @@
256256
/* Debugging disabled */
257257
#define NDEBUG 1
258258

259-
/* Name of package */
260-
#define PACKAGE "bzflag"
261-
262-
/* Define to the address where bug reports for this package should be sent. */
263-
#define PACKAGE_BUGREPORT "http://BZFlag.org/"
264-
265-
/* Define to the full name of this package. */
266-
#define PACKAGE_NAME "BZFlag"
267-
268-
/* Define to the full name and version of this package. */
269-
#define PACKAGE_STRING "BZFlag 2.4.4-RC1"
270-
271-
/* Define to the one symbol short name of this package. */
272-
#define PACKAGE_TARNAME "bzflag"
273-
274-
/* Define to the version of this package. */
275-
#define PACKAGE_VERSION "2.4.4-RC1"
276-
277259
/* Enabling Robots */
278260
#define ROBOT 1
279261

0 commit comments

Comments
 (0)