diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2011-06-01 12:09:40 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2011-06-01 12:09:40 -0600 |
commit | 244f1a3d01bb52bb679fd826faa15d90d7df3666 (patch) | |
tree | e72ea399a4a632d1692bc2ff6ce120ca6db96790 /indra/newview/llviewertexturelist.h | |
parent | 17de5c7c46621603443fc531d8b4660e946ad098 (diff) |
fix for STORM-1298: Crash on startup of Second Life 2.7.1(231307)
Diffstat (limited to 'indra/newview/llviewertexturelist.h')
-rw-r--r-- | indra/newview/llviewertexturelist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewertexturelist.h b/indra/newview/llviewertexturelist.h index 772f533bbb..d02b6be6b5 100644 --- a/indra/newview/llviewertexturelist.h +++ b/indra/newview/llviewertexturelist.h @@ -78,7 +78,6 @@ public: LLViewerTextureList(); ~LLViewerTextureList(); - void start(); void init(); void shutdown(); void dump(); |