From 55b2e3d64ab23960caa25fb2a296d44caf39057e Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Tue, 16 Dec 2014 12:49:09 +0000 Subject: no longer need git-svn-id: http://svn.miranda-ng.org/main/trunk@11456 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_clistopts.cpp | 2 -- plugins/Clist_modern/src/resource.h | 1 - 2 files changed, 3 deletions(-) (limited to 'plugins') diff --git a/plugins/Clist_modern/src/modern_clistopts.cpp b/plugins/Clist_modern/src/modern_clistopts.cpp index bd9c4483c3..1ed3a47e58 100644 --- a/plugins/Clist_modern/src/modern_clistopts.cpp +++ b/plugins/Clist_modern/src/modern_clistopts.cpp @@ -279,7 +279,6 @@ static INT_PTR CALLBACK DlgProcItemAvatarOpts(HWND hwndDlg, UINT msg, WPARAM wPa EnableWindow(GetDlgItem(hwndDlg, IDC_AVATAR_SIZE_PIXELS), FALSE); EnableWindow(GetDlgItem(hwndDlg, IDC_AVATAR_WIDTH), FALSE); EnableWindow(GetDlgItem(hwndDlg, IDC_AVATAR_WIDTH_SPIN), FALSE); - EnableWindow(GetDlgItem(hwndDlg, IDC_AVATAR_SIZE_PIXELS2), FALSE); EnableWindow(GetDlgItem(hwndDlg, IDC_SHOW_ANIAVATARS), FALSE); EnableWindow(GetDlgItem(hwndDlg, IDC_AVATAR_SIZE_PIXELS3), FALSE); EnableWindow(GetDlgItem(hwndDlg, IDC_AVATAR_FASTDRAW), FALSE); @@ -332,7 +331,6 @@ static INT_PTR CALLBACK DlgProcItemAvatarOpts(HWND hwndDlg, UINT msg, WPARAM wPa EnableWindow(GetDlgItem(hwndDlg, IDC_AVATAR_SIZE_L), enabled); EnableWindow(GetDlgItem(hwndDlg, IDC_AVATAR_SIZE), enabled); EnableWindow(GetDlgItem(hwndDlg, IDC_AVATAR_SIZE_SPIN), enabled); - EnableWindow(GetDlgItem(hwndDlg, IDC_AVATAR_SIZE_PIXELS2), enabled); EnableWindow(GetDlgItem(hwndDlg, IDC_AVATAR_SIZE_PIXELS3), enabled); EnableWindow(GetDlgItem(hwndDlg, IDC_SHOW_ANIAVATARS), enabled && ServiceExists(MS_AV_GETAVATARBITMAP)); diff --git a/plugins/Clist_modern/src/resource.h b/plugins/Clist_modern/src/resource.h index a44dbec3d6..900679e2b6 100644 --- a/plugins/Clist_modern/src/resource.h +++ b/plugins/Clist_modern/src/resource.h @@ -341,7 +341,6 @@ #define IDC_AVATAR_SIZE_L 1803 #define IDC_AVATAR_SIZE_PIXELS 1804 #define IDC_IGNORE_SIZE 1805 -#define IDC_AVATAR_SIZE_PIXELS2 1805 #define IDC_ALIGN_RIGHT 1806 #define IDC_AVATAR_SIZE_PIXELS3 1806 #define IDC_LAYERENGINE 1807 -- cgit v1.2.3