mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +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.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,
|
||||||
|
Reference in New Issue
Block a user