mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[UXTHEME] -Remove a debug print that was never meant to be committed.
svn path=/trunk/; revision=74580
This commit is contained in:
@@ -1410,8 +1410,6 @@ HRESULT WINAPI DrawThemeText(HTHEME hTheme, HDC hdc, int iPartId, int iStateId,
|
||||
hr = GetThemeEnumValue(hTheme, iPartId, iStateId, TMT_TEXTSHADOWTYPE, &iShadowType);
|
||||
if (SUCCEEDED(hr))
|
||||
{
|
||||
ERR("Got shadow type %d\n", iShadowType);
|
||||
|
||||
hr = GetThemeColor(hTheme, iPartId, iStateId, TMT_TEXTSHADOWCOLOR, &shadowColor);
|
||||
if (FAILED(hr))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user