CComponentsTitlebar: remove member col_body

is allready inherit from basic class CComponents
This commit is contained in:
2012-08-26 11:15:04 +02:00
parent b51ff8401b
commit 136885722a

View File

@@ -329,7 +329,7 @@ class CComponentsTitlebar : public CComponentsContainer
int digit_offset, digit_h; int digit_offset, digit_h;
Font* font; Font* font;
bool paintElements; bool paintElements;
fb_pixel_t col_text, col_body; fb_pixel_t col_text;
void clearElements(); void clearElements();
void paintPic(CComponentsPicture* pic); void paintPic(CComponentsPicture* pic);