joy.cpl: Remove uneeded FIXME message

Lucas Zawacki lfzawacki at gmail.com
Wed Aug 1 15:36:01 CDT 2012


From: Lucas Zawacki <lfzawacki at gmail.com>

---
 dlls/joy.cpl/main.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/joy.cpl/main.c b/dlls/joy.cpl/main.c
index c8b4a27..54771b0 100644
--- a/dlls/joy.cpl/main.c
+++ b/dlls/joy.cpl/main.c
@@ -657,9 +657,7 @@ static INT_PTR CALLBACK ff_dlgproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lp
 
                     joy->cur_effect = 0;
                     IDirectInputDevice8_EnumEffects(joy->device, ff_effects_callback, (void*) joy, 0);
-                    FIXME("%d --- %d\n", joy->num_effects, joy->cur_effect);
                     joy->num_effects = joy->cur_effect;
-
                 }
             }
 
-- 
1.7.9.5




More information about the wine-patches mailing list