diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-11-16 10:00:41 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-11-16 10:00:41 -0800 |
commit | 6343c769ce402c31ae10944b5fef72fb70e6758a (patch) | |
tree | aab3f8bd69ecfdc0cfef367440327aff21ac2256 /indra/llrender/llgl.h | |
parent | d71736f3d92f1a276d4aafcbf70c6a8597457220 (diff) |
SH-1865 FIX -- removed some old non-deferred rendering code that was preventing anti-aliasing from working when GL_ARB_texture_multisample is unsupported
Diffstat (limited to 'indra/llrender/llgl.h')
-rw-r--r-- | indra/llrender/llgl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llrender/llgl.h b/indra/llrender/llgl.h index dee7ec0739..6a147b8e19 100644 --- a/indra/llrender/llgl.h +++ b/indra/llrender/llgl.h @@ -150,7 +150,6 @@ public: void printGLInfoString(); void getGLInfo(LLSD& info); - U32 getNumFBOFSAASamples(U32 desired_samples = 32); // In ALL CAPS std::string mGLVendor; std::string mGLVendorShort; |