Author: hbelusca
Date: Wed Jul 10 22:28:29 2013
New Revision: 59455

URL: http://svn.reactos.org/svn/reactos?rev=59455&view=rev
Log:
Remove an unneccesary commented definition of RegOpenCurrentUser.

Modified:
    trunk/rostests/apitests/powrprof/power.c

Modified: trunk/rostests/apitests/powrprof/power.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/powrprof/power.c?rev=59455&r1=59454&r2=59455&view=diff
==============================================================================
--- trunk/rostests/apitests/powrprof/power.c    [iso-8859-1] (original)
+++ trunk/rostests/apitests/powrprof/power.c    [iso-8859-1] Wed Jul 10 
22:28:29 2013
@@ -15,13 +15,6 @@
 #include <winreg.h>
 #include <powrprof.h>
 
-/*
-   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;


Reply via email to