From ecc16d0f3350b856e8e7ebc2c242c1a5ab4443ea Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 7 Nov 2023 14:35:39 +0300 Subject: =?UTF-8?q?fixes=20#3830=20(IRC:=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=84=D0=BE=D1=80=D0=BC?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=BE=20=D0=BA=D0=B0=D0=BA=20=D1=81=D1=81?= =?UTF-8?q?=D1=8B=D0=BB=D0=BA=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/IRCG/src/options.cpp | 2 -- protocols/IRCG/src/resource.h | 1 - 2 files changed, 3 deletions(-) (limited to 'protocols/IRCG/src') diff --git a/protocols/IRCG/src/options.cpp b/protocols/IRCG/src/options.cpp index 4f3439540d..414cd687df 100644 --- a/protocols/IRCG/src/options.cpp +++ b/protocols/IRCG/src/options.cpp @@ -623,7 +623,6 @@ class COtherPrefsDlg : public CIrcBaseDlg { bool m_performlistModified; - CCtrlButton m_url; CCtrlMButton m_add, m_delete; CCtrlCombo m_performCombo, m_codepage; CCtrlEdit m_pertormEdit, m_quitMessage, m_alias; @@ -632,7 +631,6 @@ class COtherPrefsDlg : public CIrcBaseDlg public: COtherPrefsDlg(CIrcProto *_pro) : CIrcBaseDlg(_pro, IDD_PREFS_OTHER), - m_url(this, IDC_CUSTOM), m_performCombo(this, IDC_PERFORMCOMBO), m_codepage(this, IDC_CODEPAGE), m_pertormEdit(this, IDC_PERFORMEDIT), diff --git a/protocols/IRCG/src/resource.h b/protocols/IRCG/src/resource.h index cc7a8a0371..e1812d5fa7 100644 --- a/protocols/IRCG/src/resource.h +++ b/protocols/IRCG/src/resource.h @@ -147,7 +147,6 @@ #define IDC_IGNOREFILE 1214 #define IDC_IGNORECHAT 1215 #define IDC_IGNOREUNKNOWN 1216 -#define IDC_CUSTOM 1218 #define IDC_SPIN1 1219 #define IDC_SPIN2 1220 #define IDC_CODEPAGE 1222 -- cgit v1.2.3