CTimeOSD: disable setHeight() in CTimeOSD, height is bound to settings

This commit is contained in:
2015-11-18 19:25:36 +01:00
parent 6c8bd66801
commit 58337b71f1

View File

@@ -60,5 +60,6 @@ class CTimeOSD : public CComponentsFrmClock
void switchMode(int position, int duration);
mode getMode() { return m_mode; };
void setMode (mode mode_) { m_mode = mode_; };
void setHeight(const int){}//NOTE: dummy member, height is strictly bound to settings
};
#endif