* CComponents::paintFbItems: Fix paint frame

- Remove function CComponents::allowPaint()
This commit is contained in:
Michael Liebmann
2013-05-09 21:54:25 +02:00
parent 28c67bbc9b
commit 612ef514a3
2 changed files with 5 additions and 23 deletions

View File

@@ -36,8 +36,6 @@
class CComponents
{
private:
bool allowPaint(const int& i);
protected:
int x, y, height, width, corner_type, shadow_w;
int corner_rad, fr_thickness, fr_thickness_sel;