From 9eff79c4337785d0f2efee63bc3121b3955d161e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 7 Oct 2012 12:56:00 +0000 Subject: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@1800 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Msg_Export/src/options.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/Msg_Export/src') diff --git a/plugins/Msg_Export/src/options.cpp b/plugins/Msg_Export/src/options.cpp index 585b68ff76..9bfe4a054a 100755 --- a/plugins/Msg_Export/src/options.cpp +++ b/plugins/Msg_Export/src/options.cpp @@ -1349,8 +1349,6 @@ static INT_PTR CALLBACK DlgProcMsgExportOpts2(HWND hwndDlg, UINT msg, WPARAM wPa for( int i=0 ; i < nCount ; i++) { - if( proto[i]->type==PROTOTYPE_IGNORE) //PROTOTYPE_PROTOCOL - continue; _snprintf(szTemp , sizeof( szTemp ) , "DisableProt_%s" , proto[i]->szModuleName); sItem.pszText = proto[i]->szModuleName; sItem.iImage = DBGetContactSettingByte(NULL,MODULE,szTemp,1); -- cgit v1.2.3