summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/mainview.h
Side-by-side diff
Diffstat (limited to 'noncore/tools/remote/mainview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/remote/mainview.h3
1 files changed, 0 insertions, 3 deletions
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
@@ -38,18 +38,15 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
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;
HelpTab *help;
Config *cfg;
};