CComponentsButton: remove enableShadow() from button class

is not required
This commit is contained in:
2016-10-07 10:08:33 +02:00
parent f62ddcf61d
commit 03d010fa29
2 changed files with 0 additions and 13 deletions

View File

@@ -290,10 +290,3 @@ void CComponentsButton::paint(bool do_save_bg)
//paint form contents
paintForm(do_save_bg);
}
void CComponentsButton::enableShadow(int mode, const int& shadow_width, bool force_paint)
{
shadow_w = shadow_width;
shadow_force = force_paint;
shadow = mode;
}