diff options
Diffstat (limited to 'Game/Code/lib/JEDI-SDL/OpenGL/Pas')
-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
|