diff options
author | Oz Linden <oz@lindenlab.com> | 2016-12-20 14:41:46 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-12-20 14:41:46 -0500 |
commit | c20e57c48f957ef13d259e54de908153ac996ca7 (patch) | |
tree | 458c01840ccb6e8ba1e5e6d8995caa1697350b91 /indra/llrender | |
parent | 498ffa1acee1b59e8e2e1e57a3e1640f7b368168 (diff) |
move debugging globals to the "lowest" library they are referenced in
Diffstat (limited to 'indra/llrender')
-rw-r--r-- | indra/llrender/llgl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llrender/llgl.cpp b/indra/llrender/llgl.cpp index 7757198af5..18063e9700 100644 --- a/indra/llrender/llgl.cpp +++ b/indra/llrender/llgl.cpp @@ -55,7 +55,6 @@ BOOL gDebugSession = FALSE; -BOOL gDebugGL = FALSE; BOOL gClothRipple = FALSE; BOOL gHeadlessClient = FALSE; BOOL gGLActive = FALSE; |