summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpool.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-05-01 00:46:50 -0500
committerDave Parks <davep@lindenlab.com>2010-05-01 00:46:50 -0500
commitad8fb0e1bb6c242cc84aa3d2cfaabc9ee36e39b6 (patch)
treef9a4fe3e89595e9f078d4bcd5a4f37139cfee005 /indra/newview/lldrawpool.cpp
parentb0fa1e011f14356b3634f39d32f43e244b6f1298 (diff)
parentf324787a70b8fccc7a8ea202805bf726fba765a7 (diff)
merge
Diffstat (limited to 'indra/newview/lldrawpool.cpp')
-rw-r--r--indra/newview/lldrawpool.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/lldrawpool.cpp b/indra/newview/lldrawpool.cpp
index ae30af3647..a99b80d618 100644
--- a/indra/newview/lldrawpool.cpp
+++ b/indra/newview/lldrawpool.cpp
@@ -248,11 +248,6 @@ void LLFacePool::dirtyTextures(const std::set<LLViewerFetchedTexture*>& textures
{
}
-BOOL LLFacePool::moveFace(LLFace *face, LLDrawPool *poolp, BOOL copy_data)
-{
- return TRUE;
-}
-
// static
S32 LLFacePool::drawLoop(face_array_t& face_list)
{