cc_extra: remove isPicPainted(), not required

Origin commit data
------------------
Commit: 94208aa152
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-11-14 (Sun, 14 Nov 2021)
This commit is contained in:
2021-11-14 22:12:27 +01:00
committed by vanhofen
parent 35baed4930
commit 77cbc3b63d

View File

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