diff options
author | Merov Linden <merov@lindenlab.com> | 2010-11-12 16:37:42 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-11-12 16:37:42 -0800 |
commit | 04adbdad4bb13cb98c77bba17fcc9a16e0f44203 (patch) | |
tree | dee9b839cae51f78d26905939340505b1345b582 /indra/llkdu/llkdumem.cpp | |
parent | 94f44437d7e7ccb54f227e35523fa8a4e027d7d2 (diff) |
STORM-151 : Got decompression to work, compression disabled, simplified llkdu building
Diffstat (limited to 'indra/llkdu/llkdumem.cpp')
-rw-r--r-- | indra/llkdu/llkdumem.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llkdu/llkdumem.cpp b/indra/llkdu/llkdumem.cpp index 80f4c444d1..811c5b52bb 100644 --- a/indra/llkdu/llkdumem.cpp +++ b/indra/llkdu/llkdumem.cpp @@ -199,7 +199,7 @@ bool LLKDUMemIn::get(int comp_idx, kdu_line_buf &line, int x_tnum) } - +/* LLKDUMemOut::LLKDUMemOut(U8 *data, siz_params *siz, U8 in_num_components) { int is_signed = 0; @@ -390,3 +390,4 @@ void LLKDUMemOut::put(int comp_idx, kdu_line_buf &line, int x_tnum) free_lines = scan; } } +*/
\ No newline at end of file |