mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
cc_extra: remove isPicPainted(), not required
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user