aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UConfig.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-22 16:18:08 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-22 16:18:08 +0000
commit0bf82c1d17814e6190033e79984801846be27b6c (patch)
treea93469706a90b61d1b5f60e65c2777be5971e46f /Game/Code/Classes/UConfig.pas
parentfe13131bbecd0d9da445a06ecfd6fc0733675dae (diff)
downloadusdx-0bf82c1d17814e6190033e79984801846be27b6c.tar.gz
usdx-0bf82c1d17814e6190033e79984801846be27b6c.tar.xz
usdx-0bf82c1d17814e6190033e79984801846be27b6c.zip
- new switches.inc layout
- support for projectM 1.1 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1033 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Classes/UConfig.pas6
1 files changed, 0 insertions, 6 deletions
diff --git a/Game/Code/Classes/UConfig.pas b/Game/Code/Classes/UConfig.pas
index ae9ac150..5501acd0 100644
--- a/Game/Code/Classes/UConfig.pas
+++ b/Game/Code/Classes/UConfig.pas
@@ -150,12 +150,6 @@ const
FPC_PATCH = 0;
{$ENDIF}
- {$IFDEF LAZARUS}
- LAZARUS_VERSION = (LAZARUS_VERSION_MAJOR * VERSION_MAJOR) +
- (LAZARUS_VERSION_MINOR * VERSION_MINOR) +
- (LAZARUS_VERSION_RELEASE * VERSION_RELEASE);
- {$ENDIF}
-
{$IFDEF HaveFFMpeg}
LIBAVCODEC_VERSION = (LIBAVCODEC_VERSION_MAJOR * VERSION_MAJOR) +