CComponentsButton: remove enableShadow() from button class

is not required


Origin commit data
------------------
Commit: 03d010fa29
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-07 (Fri, 07 Oct 2016)
This commit is contained in:
2016-10-07 10:08:33 +02:00
parent 25e64f1bfc
commit bab4bd2782
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;
}