powerprof: Remove a noisy FIXME.

This commit is contained in:
Austin English 2009-05-21 15:08:02 -05:00 committed by Alexandre Julliard
parent 81543b79c2
commit d4c880dfe4
1 changed files with 0 additions and 2 deletions

View File

@ -299,8 +299,6 @@ BOOLEAN WINAPI WritePwrScheme(PUINT puiID, LPWSTR lpszName, LPWSTR lpszDescripti
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
FIXME("(%p, %d, %p) not fully implemented\n", hinstDLL, fdwReason, lpvReserved);
switch(fdwReason) {
case DLL_PROCESS_ATTACH: {