summaryrefslogtreecommitdiff
path: root/src/doomdef.h
diff options
context:
space:
mode:
authorSimon Howard2006-10-10 02:00:52 +0000
committerSimon Howard2006-10-10 02:00:52 +0000
commit5db5fe7d42dbcc3912762c6327e34919dc131ca7 (patch)
treed6ec8650aa73e620acfd23b0f4d8d4968c7854f8 /src/doomdef.h
parentbe3d314a61d68281f02af1248a85e6aa069c4980 (diff)
downloadchocolate-doom-5db5fe7d42dbcc3912762c6327e34919dc131ca7.tar.gz
chocolate-doom-5db5fe7d42dbcc3912762c6327e34919dc131ca7.tar.bz2
chocolate-doom-5db5fe7d42dbcc3912762c6327e34919dc131ca7.zip
Remove d_french.h, other i18n-related stuff. If people want i18n, it
should be done with dehacked and/or wad replacements - see my british english translation in the idgames archive. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 693
Diffstat (limited to 'src/doomdef.h')
-rw-r--r--src/doomdef.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/doomdef.h b/src/doomdef.h
index 0ce624c7..3dff2aaa 100644
--- a/src/doomdef.h
+++ b/src/doomdef.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: doomdef.h 488 2006-05-20 16:16:35Z fraggle $
+// $Id: doomdef.h 693 2006-10-10 02:00:52Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -77,16 +77,6 @@ typedef enum
exe_final, // Final Doom
} GameVersion_t;
-// Identify language to use, software localization.
-typedef enum
-{
- english,
- french,
- german,
- unknown
-
-} Language_t;
-
// If rangecheck is undefined,
// most parameter validation debugging code will not be compiled