summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2013-08-28 17:27:28 -0600
committerXiaohong Bao <bao@lindenlab.com>2013-08-28 17:27:28 -0600
commitedd1478cc0ba240d428fc4c35f9c97af7d2ce346 (patch)
tree8695e3b13212cabca5500a324c5f5da659a92857 /indra/newview/llvocache.h
parent041ab1c46c681de63c934af031c1d1a0b3f5a4da (diff)
fix for SH-4332: Cacheable object highlights from Render Metadata -> Update Type do not render
Diffstat (limited to 'indra/newview/llvocache.h')
-rwxr-xr-xindra/newview/llvocache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h
index 4eca083445..a385610a10 100755
--- a/indra/newview/llvocache.h
+++ b/indra/newview/llvocache.h
@@ -97,7 +97,6 @@ public:
void dump() const;
BOOL writeToFile(LLAPRFile* apr_file) const;
- LLDataPackerBinaryBuffer *getDP(U32 crc);
LLDataPackerBinaryBuffer *getDP();
void recordHit();
void recordDupe() { mDupeCount++; }