wined3d: Remove redundant TRACEs.
authorStefan Dösinger <stefan@codeweavers.com>
Sun, 30 Aug 2009 15:09:11 +0000 (17:09 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 31 Aug 2009 10:17:41 +0000 (12:17 +0200)
commit52d28655216e4a14c982eed8c20f10d8259574cc
treedbbf24fa6980d912eb29f6ee247e815d4e12a627
parent85c5d3e28b1827bb120a0743840a231f74385e3c
wined3d: Remove redundant TRACEs.

These made sense before we had the quirk table. Nowadys the quirk
table contains quirk description strings that print out whether or not
any apple specific quirks are applied. The traces in match_apple just
spam the log because this code is run multiple times for many quirks.
dlls/wined3d/directx.c