SonarQube warnings.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-07-07 20:08:35 +03:00
parent 2f98ec7c8a
commit e56e59dec1
2 changed files with 0 additions and 3 deletions

View File

@ -552,8 +552,6 @@ public:
eType = DRW::INSERT;
}
virtual void applyExtrusion(){DRW_Point::applyExtrusion();}
protected:
void parseCode(int code, dxfReader *reader);

View File

@ -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) {