diff options
author | Dave Parks <davep@lindenlab.com> | 2011-03-28 23:52:21 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-03-28 23:52:21 -0500 |
commit | c44fe35125b075b53bc13b38b5771ee38d65934d (patch) | |
tree | fb9b1b80c59bff7e07470d6898332aa1940bc3cb /indra/llmath/llvolume.h | |
parent | 040a28952fc8fefeceb7d7070f22e5b97a0e1999 (diff) | |
parent | 1ff79683128f09baf6dbaf081092fda7e5f2fe65 (diff) |
merge
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r-- | indra/llmath/llvolume.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h index 60b64b1285..01bfbd858b 100644 --- a/indra/llmath/llvolume.h +++ b/indra/llmath/llvolume.h @@ -1048,8 +1048,6 @@ protected: BOOL generate(); void createVolumeFaces(); public: - virtual BOOL createVolumeFacesFromFile(const std::string& file_name); - virtual BOOL createVolumeFacesFromStream(std::istream& is); virtual bool unpackVolumeFaces(std::istream& is, S32 size); virtual void makeTetrahedron(); |