summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-12-16 12:49:09 +0000
committerDart Raiden <wowemuh@gmail.com>2014-12-16 12:49:09 +0000
commit55b2e3d64ab23960caa25fb2a296d44caf39057e (patch)
tree810c035c784392feafb24308ec698bf53c810ec8 /plugins
parenta20e86ab3c0b07dc2608525a5621beedd1e8c4b8 (diff)
no longer need
git-svn-id: http://svn.miranda-ng.org/main/trunk@11456 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Clist_modern/src/modern_clistopts.cpp2
-rw-r--r--plugins/Clist_modern/src/resource.h1
2 files changed, 0 insertions, 3 deletions
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