diff options
author | George Hazan <george.hazan@gmail.com> | 2016-06-29 15:55:25 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-06-29 15:55:25 +0000 |
commit | ff585c0bb2301f13bc6e8263077b0aaac209f80b (patch) | |
tree | 2f61d00d64faddae43dd74fc769cdf6fdbcb4948 /plugins/Clist_modern/src/modern_skinengine.cpp | |
parent | 93d082240bd2da251a6c51230061e93780a0e763 (diff) |
- unused code removed;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@17045 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_skinengine.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_skinengine.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/Clist_modern/src/modern_skinengine.cpp b/plugins/Clist_modern/src/modern_skinengine.cpp index 53c2e75153..e6c9db1ace 100644 --- a/plugins/Clist_modern/src/modern_skinengine.cpp +++ b/plugins/Clist_modern/src/modern_skinengine.cpp @@ -2008,18 +2008,6 @@ static __inline void ske_SetMatrix(sbyte * matrix, matrix[6] = g; matrix[7] = h; matrix[8] = i; } -static void ske_SetTextEffect(BYTE EffectID, DWORD FirstColor, DWORD SecondColor) -{ - if (EffectID > MAXPREDEFINEDEFFECTS) return; - if (EffectID == -1) meCurrentEffect.EffectID = -1; - else { - meCurrentEffect.EffectID = EffectID; - meCurrentEffect.EffectMatrix = ModernEffectsEnum[EffectID]; - meCurrentEffect.EffectColor1 = FirstColor; - meCurrentEffect.EffectColor2 = SecondColor; - } -} - bool ske_ResetTextEffect(HDC hdc) { int idx = arEffectStack.getIndex((EFFECTSSTACKITEM*)&hdc); |