Skip to content
Snippets Groups Projects
Commit d182b4f1 authored by Tofu Linden's avatar Tofu Linden
Browse files

CID-261

Checker: UNINIT_CTOR
Function: LLImageJ2COJ::LLImageJ2COJ()
File: /indra/llimagej2coj/llimagej2coj.cpp
parent f1606535
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,8 @@ void info_callback(const char* msg, void*)
}
LLImageJ2COJ::LLImageJ2COJ() : LLImageJ2CImpl()
LLImageJ2COJ::LLImageJ2COJ()
: LLImageJ2CImpl()
{
}
......
......@@ -51,9 +51,6 @@ class LLImageJ2COJ : public LLImageJ2CImpl
// Divide a by b to the power of 2 and round upwards.
return (a + (1 << b) - 1) >> b;
}
// Temporary variables for in-progress decodes...
LLImageRaw *mRawImagep;
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment