Fixed a lot of issues reported by cppcheck 1.78
This commit is contained in:
@@ -28,12 +28,6 @@ PipetteBuffer::PipetteBuffer(::EditDataProvider *dataProvider) :
|
||||
PipetteBuffer::~PipetteBuffer()
|
||||
{
|
||||
flush();
|
||||
#ifndef NDEBUG
|
||||
imgFloatBuffer = (Imagefloat*)(0xbaadf00d);
|
||||
#endif
|
||||
#ifndef NDEBUG
|
||||
LabBuffer = (LabImage*)(0xbaadf00d);
|
||||
#endif
|
||||
}
|
||||
|
||||
void PipetteBuffer::createBuffer(int width, int height)
|
||||
|
Reference in New Issue
Block a user