Module: wine Branch: master Commit: d4c880dfe4e8a1c547ef32fa1d52d6ead214fa76 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d4c880dfe4e8a1c547ef32fa1d... Author: Austin English <austinenglish(a)gmail.com> Date: Thu May 21 15:08:02 2009 -0500 powerprof: Remove a noisy FIXME. --- dlls/powrprof/powrprof.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dlls/powrprof/powrprof.c b/dlls/powrprof/powrprof.c index c51434f..507b380 100644 --- a/dlls/powrprof/powrprof.c +++ b/dlls/powrprof/powrprof.c @@ -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: {