SonarQube warnings.
--HG-- branch : develop
This commit is contained in:
parent
2f98ec7c8a
commit
e56e59dec1
|
@ -552,8 +552,6 @@ public:
|
|||
eType = DRW::INSERT;
|
||||
}
|
||||
|
||||
virtual void applyExtrusion(){DRW_Point::applyExtrusion();}
|
||||
|
||||
protected:
|
||||
void parseCode(int code, dxfReader *reader);
|
||||
|
||||
|
|
|
@ -1273,7 +1273,6 @@ DRW_ImageDef* dxfRW::writeImage(DRW_Image *ent, const std::string &name){
|
|||
for (unsigned int i=0; i<imageDef.size(); i++) {
|
||||
if (imageDef.at(i)->name == name ) {
|
||||
id = imageDef.at(i);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
if (id == NULL) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user