diff options
author | Dave Parks <davep@lindenlab.com> | 2012-09-20 10:00:55 -0400 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-09-20 10:00:55 -0400 |
commit | 683c43c2e0f6e4d34592528c219f34f638059223 (patch) | |
tree | 76e5d3d5e8a5912ede190ec91686d16e0d730f2a /indra/newview/lldrawpool.h | |
parent | 8d3885f3bdca588efdef35e5d9c78d20036e81a9 (diff) |
reapply 448b02f5b56f: MAINT-1147 Fix for frame stall on region crossing.
Diffstat (limited to 'indra/newview/lldrawpool.h')
-rw-r--r-- | indra/newview/lldrawpool.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/lldrawpool.h b/indra/newview/lldrawpool.h index 977acf7aec..ab9bb9e611 100644 --- a/indra/newview/lldrawpool.h +++ b/indra/newview/lldrawpool.h @@ -190,10 +190,6 @@ public: void buildEdges(); - static S32 drawLoop(face_array_t& face_list); - static S32 drawLoopSetTex(face_array_t& face_list, S32 stage); - void drawLoop(); - void addFaceReference(LLFace *facep); void removeFaceReference(LLFace *facep); |