Austin English : powerprof: Remove a noisy FIXME.

Alexandre Julliard julliard at winehq.org
Fri May 22 08:25:32 CDT 2009


Module: wine
Branch: master
Commit: d4c880dfe4e8a1c547ef32fa1d52d6ead214fa76
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d4c880dfe4e8a1c547ef32fa1d52d6ead214fa76

Author: Austin English <austinenglish at 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: {
 




More information about the wine-cvs mailing list