diff options
author | George Hazan <ghazan@miranda.im> | 2016-10-30 17:45:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-10-30 17:45:38 +0300 |
commit | aea29a34173d692e237b1c74de8d10c76b4dfd0d (patch) | |
tree | e73e0b2183fc16a041cb040f14e2f412f9ea9313 /plugins/AVS/src | |
parent | fb2a5533369f32e47f07810e0a360da0ddbadfba (diff) |
OPTIONSDIALOGPAGE::hIcon - also unused
Diffstat (limited to 'plugins/AVS/src')
-rw-r--r-- | plugins/AVS/src/options.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/AVS/src/options.cpp b/plugins/AVS/src/options.cpp index 558426105a..cd5fc11f54 100644 --- a/plugins/AVS/src/options.cpp +++ b/plugins/AVS/src/options.cpp @@ -1102,7 +1102,6 @@ static INT_PTR CALLBACK DlgProcAvatarProtoInfo(HWND hwndDlg, UINT msg, WPARAM wP int OnDetailsInit(WPARAM wParam, LPARAM lParam) { OPTIONSDIALOGPAGE odp = { 0 }; - odp.hIcon = g_hIcon; odp.hInstance = g_hInst; odp.szTitle.a = LPGEN("Avatar"); |