cc_extra: remove isPicPainted(), not required

This commit is contained in:
2021-11-13 18:56:46 +01:00
parent 007b89b205
commit 1c07b26b97

View File

@@ -120,7 +120,7 @@ bool paintImage( const std::string& Image,
box.setCorner(radius, corner_type); box.setCorner(radius, corner_type);
box.paint(CC_SAVE_SCREEN_NO); box.paint(CC_SAVE_SCREEN_NO);
return box.isPicPainted(); return box.isPainted();
} }
bool paintIcon ( const std::string& filename, bool paintIcon ( const std::string& filename,