Lucas Zawacki : joy.cpl: Remove uneeded FIXME message.

Alexandre Julliard julliard at winehq.org
Mon Aug 13 13:21:16 CDT 2012


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

Author: Lucas Zawacki <lfzawacki at gmail.com>
Date:   Wed Aug  1 17:36:01 2012 -0300

joy.cpl: Remove uneeded FIXME message.

---

 dlls/joy.cpl/main.c |    2 --
 1 files changed, 0 insertions(+), 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;
-
                 }
             }
 




More information about the wine-cvs mailing list