mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
CTimeOSD: disable setHeight() in CTimeOSD, height is bound to settings
Origin commit data
------------------
Branch: ni/coolstream
Commit: 58337b71f1
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Origin message was:
------------------
CTimeOSD: disable setHeight() in CTimeOSD, height is bound to settings
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user