diff options
author | Oz Linden <oz@lindenlab.com> | 2011-01-28 17:05:11 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-01-28 17:05:11 -0500 |
commit | b4b3f78c455a614d7738c29cdc6383e857d6028d (patch) | |
tree | 84e35e9c1b2a05743b6236e9a7bfd14316169d13 /indra/llimage/llimage.h | |
parent | a9d023a4618e4e425d5d51e750374deebeff3bc0 (diff) | |
parent | ee2678be57668844221a462ed1e215c3c7cbd841 (diff) |
pull back fixes from beta
Diffstat (limited to 'indra/llimage/llimage.h')
-rw-r--r-- | indra/llimage/llimage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llimage/llimage.h b/indra/llimage/llimage.h index bca7e915fa..825b9aab1a 100644 --- a/indra/llimage/llimage.h +++ b/indra/llimage/llimage.h @@ -164,7 +164,7 @@ public: LLImageRaw(U16 width, U16 height, S8 components); LLImageRaw(U8 *data, U16 width, U16 height, S8 components); // Construct using createFromFile (used by tools) - LLImageRaw(const std::string& filename, bool j2c_lowest_mip_only = false); + //LLImageRaw(const std::string& filename, bool j2c_lowest_mip_only = false); /*virtual*/ void deleteData(); /*virtual*/ U8* allocateData(S32 size = -1); @@ -226,7 +226,7 @@ public: protected: // Create an image from a local file (generally used in tools) - bool createFromFile(const std::string& filename, bool j2c_lowest_mip_only = false); + //bool createFromFile(const std::string& filename, bool j2c_lowest_mip_only = false); void copyLineScaled( U8* in, U8* out, S32 in_pixel_len, S32 out_pixel_len, S32 in_pixel_step, S32 out_pixel_step ); void compositeRowScaled4onto3( U8* in, U8* out, S32 in_pixel_len, S32 out_pixel_len ); |