mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
CComponentsButton: remove enableShadow() from button class
is not required
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user