summaryrefslogtreecommitdiff
path: root/plugins/Import/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Import/src/stdafx.h')
-rw-r--r--plugins/Import/src/stdafx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Import/src/stdafx.h b/plugins/Import/src/stdafx.h
index ec5e3cdd7c..415eed700a 100644
--- a/plugins/Import/src/stdafx.h
+++ b/plugins/Import/src/stdafx.h
@@ -162,7 +162,7 @@ public:
class CMirandaAdvOptionsPageDlg : public CWizardPageDlg
{
CCtrlButton btnBack;
- CCtrlCheck chkSince, chkAll, chkOutgoing, chkIncoming, chkMsg, chkUrl, chkFT, chkOther;
+ CCtrlCheck chkSince, chkAll, chkOutgoing, chkIncoming, chkMsg, chkFT, chkOther;
public:
CMirandaAdvOptionsPageDlg();
@@ -175,7 +175,6 @@ public:
void onChange_Since(CCtrlCheck*);
void onChange_All(CCtrlCheck*);
void onChange_Msg(CCtrlCheck*);
- void onChange_Url(CCtrlCheck*);
void onChange_FT(CCtrlCheck*);
void onChange_Other(CCtrlCheck*);
};