diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-10 02:13:08 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-10 02:13:08 +0000 |
commit | 7ede07ea15a9c91f980a25ed6afbdf45987e7fcd (patch) | |
tree | d3fe7a0576b2b9f0b22c1baaad451bc6d44affcb /Game/Code/lib/JEDI-SDL/OpenGL | |
parent | 07d79daa7ca0af3cd24820242a3428fb18f3403b (diff) | |
download | usdx-7ede07ea15a9c91f980a25ed6afbdf45987e7fcd.tar.gz usdx-7ede07ea15a9c91f980a25ed6afbdf45987e7fcd.tar.xz usdx-7ede07ea15a9c91f980a25ed6afbdf45987e7fcd.zip |
auto removed a bunch of unused local variables
( removed with a script parsing compiler output )
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@950 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/lib/JEDI-SDL/OpenGL/Pas/opengl12.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/opengl12.pas b/Game/Code/lib/JEDI-SDL/OpenGL/Pas/opengl12.pas index 763edaee..a79e1c6f 100644 --- a/Game/Code/lib/JEDI-SDL/OpenGL/Pas/opengl12.pas +++ b/Game/Code/lib/JEDI-SDL/OpenGL/Pas/opengl12.pas @@ -7073,7 +7073,7 @@ threadvar var
{$endif}
LastPixelFormat: Integer;
- ActivationRefCount: Integer;
+// ActivationRefCount: Integer; // Auto Removed, Unused Variable
{$ifdef Win32}
const
|