From 0a11c6ee0e68d8a06bec1ce6b6067d5af9377c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Tue, 27 Oct 2015 21:27:55 +0000 Subject: [PATCH] Shut up Mr. GCC. svn path=/trunk/; revision=69724 --- .../base/applications/msconfig_new/comctl32ex/uxthemesupp.c | 3 ++- .../base/applications/msconfig_new/comctl32ex/uxthemesupp.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/base/applications/msconfig_new/comctl32ex/uxthemesupp.c b/reactos/base/applications/msconfig_new/comctl32ex/uxthemesupp.c index b820732b602..4f94c0dfe02 100644 --- a/reactos/base/applications/msconfig_new/comctl32ex/uxthemesupp.c +++ b/reactos/base/applications/msconfig_new/comctl32ex/uxthemesupp.c @@ -25,6 +25,7 @@ InitUxTheme(VOID) return TRUE; } +#if 0 static VOID CleanupUxTheme(VOID) { @@ -32,7 +33,7 @@ CleanupUxTheme(VOID) hUxTheme = NULL; // Initialized = FALSE; } - +#endif //////////////////////////////////////////////////////////////////////////////// diff --git a/reactos/base/applications/msconfig_new/comctl32ex/uxthemesupp.h b/reactos/base/applications/msconfig_new/comctl32ex/uxthemesupp.h index e372e859bce..570e6c13bc9 100644 --- a/reactos/base/applications/msconfig_new/comctl32ex/uxthemesupp.h +++ b/reactos/base/applications/msconfig_new/comctl32ex/uxthemesupp.h @@ -1,7 +1,7 @@ /* * PROJECT: ReactOS Applications * LICENSE: LGPL - See COPYING in the top level directory - * FILE: base/applications/msconfig_new/comctl32ex/uxthemesupp.c + * FILE: base/applications/msconfig_new/comctl32ex/uxthemesupp.h * PURPOSE: UX Theming helpers. * COPYRIGHT: Copyright 2015 Hermes BELUSCA - MAITO */