summaryrefslogtreecommitdiff
path: root/indra/llrender/llgl.h
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-11-16 10:00:41 -0800
committerLeslie Linden <leslie@lindenlab.com>2011-11-16 10:00:41 -0800
commit6343c769ce402c31ae10944b5fef72fb70e6758a (patch)
treeaab3f8bd69ecfdc0cfef367440327aff21ac2256 /indra/llrender/llgl.h
parentd71736f3d92f1a276d4aafcbf70c6a8597457220 (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.h1
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;