Index: src/ch/Theme Helpers.h
===================================================================
diff -u -N -rd5c3edd0d167db9b5d47d04248820fda49499a5e -rc435ab507c8b8280264188b49e9ada56d46c0261
--- src/ch/Theme Helpers.h	(.../Theme Helpers.h)	(revision d5c3edd0d167db9b5d47d04248820fda49499a5e)
+++ src/ch/Theme Helpers.h	(.../Theme Helpers.h)	(revision c435ab507c8b8280264188b49e9ada56d46c0261)
@@ -48,122 +48,6 @@
 	HRESULT DrawThemeBackground(HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RECT *pRect, OPTIONAL const RECT *pClipRect);
 	HRESULT DrawThemeParentBackground(HWND hwnd, HDC hdc, RECT* prc);
 
-/*	HRESULT DrawThemeText(HTHEME hTheme, HDC hdc, int iPartId, int iStateId, LPCWSTR pszText, int iCharCount, DWORD dwTextFlags, DWORD dwTextFlags2, const RECT *pRect);
-
-THEMEAPI GetThemeBackgroundContentRect(HTHEME hTheme, OPTIONAL HDC hdc, 
-    int iPartId, int iStateId,  const RECT *pBoundingRect, 
-    OUT RECT *pContentRect);
-
-THEMEAPI GetThemeBackgroundExtent(HTHEME hTheme, OPTIONAL HDC hdc,
-    int iPartId, int iStateId, const RECT *pContentRect, 
-    OUT RECT *pExtentRect);
-
-THEMEAPI GetThemeTextMetrics(HTHEME hTheme, OPTIONAL HDC hdc, 
-    int iPartId, int iStateId, OUT TEXTMETRIC* ptm);
-
-THEMEAPI GetThemeBackgroundRegion(HTHEME hTheme, OPTIONAL HDC hdc,  
-    int iPartId, int iStateId, const RECT *pRect, OUT HRGN *pRegion);
-
-THEMEAPI HitTestThemeBackground(HTHEME hTheme, OPTIONAL HDC hdc, int iPartId, 
-    int iStateId, DWORD dwOptions, const RECT *pRect, OPTIONAL HRGN hrgn, 
-    POINT ptTest, OUT WORD *pwHitTestCode);
-
-THEMEAPI DrawThemeEdge(HTHEME hTheme, HDC hdc, int iPartId, int iStateId, 
-                       const RECT *pDestRect, UINT uEdge, UINT uFlags, OPTIONAL OUT RECT *pContentRect);
-
-THEMEAPI DrawThemeIcon(HTHEME hTheme, HDC hdc, int iPartId, 
-    int iStateId, const RECT *pRect, HIMAGELIST himl, int iImageIndex);
-
-THEMEAPI_(BOOL) IsThemePartDefined(HTHEME hTheme, int iPartId, 
-    int iStateId);
-
-THEMEAPI_(BOOL) IsThemeBackgroundPartiallyTransparent(HTHEME hTheme, 
-    int iPartId, int iStateId);
-
-THEMEAPI GetThemeColor(HTHEME hTheme, int iPartId, 
-    int iStateId, int iPropId, OUT COLORREF *pColor);
-
-THEMEAPI GetThemeMetric(HTHEME hTheme, OPTIONAL HDC hdc, int iPartId, 
-    int iStateId, int iPropId, OUT int *piVal);
-
-THEMEAPI GetThemeString(HTHEME hTheme, int iPartId, 
-    int iStateId, int iPropId, OUT LPWSTR pszBuff, int cchMaxBuffChars);
-
-THEMEAPI GetThemeBool(HTHEME hTheme, int iPartId, 
-    int iStateId, int iPropId, OUT BOOL *pfVal);
-
-THEMEAPI GetThemeInt(HTHEME hTheme, int iPartId, 
-    int iStateId, int iPropId, OUT int *piVal);
-
-THEMEAPI GetThemeEnumValue(HTHEME hTheme, int iPartId, 
-    int iStateId, int iPropId, OUT int *piVal);
-
-THEMEAPI GetThemePosition(HTHEME hTheme, int iPartId, 
-    int iStateId, int iPropId, OUT POINT *pPoint);
-
-THEMEAPI GetThemeFont(HTHEME hTheme, OPTIONAL HDC hdc, int iPartId, 
-    int iStateId, int iPropId, OUT LOGFONT *pFont);
-
-THEMEAPI GetThemeRect(HTHEME hTheme, int iPartId, 
-    int iStateId, int iPropId, OUT RECT *pRect);
-
-THEMEAPI GetThemeMargins(HTHEME hTheme, OPTIONAL HDC hdc, int iPartId, 
-    int iStateId, int iPropId, OPTIONAL RECT *prc, OUT MARGINS *pMargins);
-
-THEMEAPI GetThemeIntList(HTHEME hTheme, int iPartId, 
-    int iStateId, int iPropId, OUT INTLIST *pIntList);
-
-THEMEAPI GetThemePropertyOrigin(HTHEME hTheme, int iPartId, 
-    int iStateId, int iPropId, OUT enum PROPERTYORIGIN *pOrigin);
-
-THEMEAPI SetWindowTheme(HWND hwnd, LPCWSTR pszSubAppName, 
-    LPCWSTR pszSubIdList);
-
-THEMEAPI GetThemeFilename(HTHEME hTheme, int iPartId, 
-    int iStateId, int iPropId, OUT LPWSTR pszThemeFileName, int cchMaxBuffChars);
-
-THEMEAPI_(COLORREF) GetThemeSysColor(HTHEME hTheme, int iColorId);
-
-THEMEAPI_(HBRUSH) GetThemeSysColorBrush(HTHEME hTheme, int iColorId);
-
-THEMEAPI_(BOOL) GetThemeSysBool(HTHEME hTheme, int iBoolId);
-
-THEMEAPI_(int) GetThemeSysSize(HTHEME hTheme, int iSizeId);
-
-THEMEAPI GetThemeSysFont(HTHEME hTheme, int iFontId, OUT LOGFONT *plf);
-
-THEMEAPI GetThemeSysString(HTHEME hTheme, int iStringId, 
-    OUT LPWSTR pszStringBuff, int cchMaxStringChars);
-
-THEMEAPI GetThemeSysInt(HTHEME hTheme, int iIntId, int *piValue);
-
-THEMEAPI_(BOOL) IsThemeActive();
-
-
-THEMEAPI_(HTHEME) GetWindowTheme(HWND hwnd);
-
-
-THEMEAPI EnableThemeDialogTexture(HWND hwnd, DWORD dwFlags);
-
-
-THEMEAPI_(BOOL) IsThemeDialogTextureEnabled(HWND hwnd);
-
-THEMEAPI_(DWORD) GetThemeAppProperties();
-
-THEMEAPI_(void) SetThemeAppProperties(DWORD dwFlags);
-
-THEMEAPI GetCurrentThemeName(
-    OUT LPWSTR pszThemeFileName, int cchMaxNameChars, 
-    OUT OPTIONAL LPWSTR pszColorBuff, int cchMaxColorChars,
-    OUT OPTIONAL LPWSTR pszSizeBuff, int cchMaxSizeChars);
-
-THEMEAPI GetThemeDocumentationProperty(LPCWSTR pszThemeName,
-    LPCWSTR pszPropertyName, OUT LPWSTR pszValueBuff, int cchMaxValChars);
-
-THEMEAPI DrawThemeParentBackground(HWND hwnd, HDC hdc, OPTIONAL RECT* prc);
-
-THEMEAPI EnableTheming(BOOL fEnable);
-*/
 protected:
 
 	HMODULE m_hThemesDll;