From ec2309cb69365847762db542c41951629cd06cbe Mon Sep 17 00:00:00 2001 From: paule Date: Sun, 28 Jan 2007 04:04:14 +0000 Subject: Refactored out all communication with LIRC into new LircHandler class --- (limited to 'noncore/tools/remote/mainview.h') diff --git a/noncore/tools/remote/mainview.h b/noncore/tools/remote/mainview.h index 7ea82a6..b1ddde4 100644 --- a/noncore/tools/remote/mainview.h +++ b/noncore/tools/remote/mainview.h @@ -41,12 +41,9 @@ class MainView : public QWidget Q_OBJECT public: MainView(QWidget *parent=0, const char *name=0); - int getIRSocket(); - void setIRSocket(int newfd); public slots: void updateRemotesList(); private: - int fd; RemoteTab *remote; ConfigTab *config; LearnTab *learn; -- cgit v0.9.0.2