mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 10:51:12 +02:00
CTimeOSD: disable setHeight() in CTimeOSD, height is bound to settings
This commit is contained in:
@@ -60,5 +60,6 @@ class CTimeOSD : public CComponentsFrmClock
|
|||||||
void switchMode(int position, int duration);
|
void switchMode(int position, int duration);
|
||||||
mode getMode() { return m_mode; };
|
mode getMode() { return m_mode; };
|
||||||
void setMode (mode mode_) { m_mode = mode_; };
|
void setMode (mode mode_) { m_mode = mode_; };
|
||||||
|
void setHeight(const int){}//NOTE: dummy member, height is strictly bound to settings
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user