diff options
author | George Hazan <ghazan@miranda.im> | 2021-04-04 20:00:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-04-04 20:00:58 +0300 |
commit | 5af1168b7f7b246a74927d01dda2d9b9a016667d (patch) | |
tree | 429cf1e946536046266a4ab4be8a44bd8ea8a232 /plugins/NewAwaySysMod/src/stdafx.h | |
parent | 86b87c4bd7f2818723d83d7b5d44561a134adf25 (diff) |
ancient evil destroyed (also fixes #2831 - icons order is broken in NewAwaySys) + massive cycle code cleaning
Diffstat (limited to 'plugins/NewAwaySysMod/src/stdafx.h')
-rw-r--r-- | plugins/NewAwaySysMod/src/stdafx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/NewAwaySysMod/src/stdafx.h b/plugins/NewAwaySysMod/src/stdafx.h index f9cea15ab4..cf904867bb 100644 --- a/plugins/NewAwaySysMod/src/stdafx.h +++ b/plugins/NewAwaySysMod/src/stdafx.h @@ -332,7 +332,3 @@ static __inline int my_variables_showhelp(HWND hwndDlg, UINT uIDEdit, int flags return -1;
}
}
-
-//icons
-extern IconItem iconList[];
-HICON GetIcon(int iconId, bool size = false);
|