mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
lcd4linux: cleanup
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
*/
|
||||
|
||||
@@ -33,6 +33,8 @@
|
||||
#include <string>
|
||||
#include <thread>
|
||||
|
||||
static void lcd4linux(bool run);
|
||||
|
||||
class CLCD4l
|
||||
{
|
||||
public:
|
||||
@@ -106,7 +108,9 @@ class CLCD4l
|
||||
int m_ModeRec;
|
||||
int m_ModeTshift;
|
||||
int m_ModeTimer;
|
||||
int m_ModeEcm;
|
||||
// int m_ModeEcm;
|
||||
bool m_ModeCamPresent;
|
||||
int m_ModeCam;
|
||||
|
||||
std::string m_Service;
|
||||
int m_ChannelNr;
|
||||
|
Reference in New Issue
Block a user