Fix some coverity issues
This commit is contained in:
@@ -39,8 +39,6 @@ RTImage::RTImage () {}
|
||||
|
||||
RTImage::RTImage (RTImage &other) : surface(other.surface), pixbuf(other.pixbuf)
|
||||
{
|
||||
dpiBack = other.dpiBack;
|
||||
scaleBack = other.scaleBack;
|
||||
if (pixbuf) {
|
||||
set(pixbuf);
|
||||
} else if (surface) {
|
||||
|
Reference in New Issue
Block a user