From eb7721d9221307a85348559f2c8aeeb6aabf5156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Wed, 10 Jul 2013 22:28:29 +0000 Subject: [PATCH] Remove an unneccesary commented definition of RegOpenCurrentUser. svn path=/trunk/; revision=59455 --- rostests/apitests/powrprof/power.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/rostests/apitests/powrprof/power.c b/rostests/apitests/powrprof/power.c index f74ad5c8ca5..d9b4d8b448d 100644 --- a/rostests/apitests/powrprof/power.c +++ b/rostests/apitests/powrprof/power.c @@ -15,13 +15,6 @@ #include #include -/* - LONG WINAPI RegOpenCurrentUser(REGSAM a,PHKEY b) - { - *b = HKEY_CURRENT_USER; - return ERROR_SUCCESS; - } - */ unsigned int g_NumPwrSchemes = 0; unsigned int g_NumPwrSchemesEnumerated = 0; unsigned int g_ActivePwrScheme = 3;