diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-06 15:33:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-06 15:33:04 +0300 |
commit | 8221b8c22b4632c5f6c7f9f0ed6604f9a5d29c57 (patch) | |
tree | 25a1f6b07441ac891ee4f8a4e70bbc15e42d2688 /plugins/TipperYM/src/options.cpp | |
parent | 4ad2b9f2eea032d300179fcea453264dfd439ddc (diff) |
useless commands removed
Diffstat (limited to 'plugins/TipperYM/src/options.cpp')
-rw-r--r-- | plugins/TipperYM/src/options.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/TipperYM/src/options.cpp b/plugins/TipperYM/src/options.cpp index b35980d456..2548b4be14 100644 --- a/plugins/TipperYM/src/options.cpp +++ b/plugins/TipperYM/src/options.cpp @@ -1878,8 +1878,6 @@ INT_PTR CALLBACK DlgProcFavouriteContacts(HWND hwndDlg, UINT msg, WPARAM wParam, SendDlgItemMessage(hwndDlg, IDC_CLIST, CLM_SETHIDEEMPTYGROUPS, 1, 0);
SendDlgItemMessage(hwndDlg, IDC_CLIST, CLM_SETUSEGROUPS, Clist::UseGroups, 0);
- SendDlgItemMessage(hwndDlg, IDC_CLIST, CLM_SETGREYOUTFLAGS, 0, 0);
- SendDlgItemMessage(hwndDlg, IDC_CLIST, CLM_SETLEFTMARGIN, 2, 0);
for (auto &hContact : Contacts()) {
HANDLE hItem = (HANDLE)SendDlgItemMessage(hwndDlg, IDC_CLIST, CLM_FINDCONTACT, hContact, 0);
|