diff options
author | Dave Parks <davep@lindenlab.com> | 2011-03-28 23:50:23 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-03-28 23:50:23 -0500 |
commit | 1ff79683128f09baf6dbaf081092fda7e5f2fe65 (patch) | |
tree | 88dcf862bc4c696b7597bc3b141bf88bc8ff23e4 /indra/llmath/llvolume.h | |
parent | 835671f27809ce8e5ab17e6c299be35260239d51 (diff) |
SH-1225 Add skinning info to import path of .slm files.
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(); |