CComponents::paintFbItems: Fix paint frame

- Remove function CComponents::allowPaint()


Origin commit data
------------------
Branch: ni/coolstream
Commit: 612ef514a3
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-09 (Thu, 09 May 2013)

Origin message was:
------------------
* CComponents::paintFbItems: Fix paint frame

- Remove function CComponents::allowPaint()


------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-05-09 21:54:25 +02:00
parent 0a2403d344
commit cc3927aa46
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;