Don't use DSBCAPS_{CTRLDEFAULT,CTRLALL} in capability-dumping

functions since they are nothing but a combination of other flags and
are thus redundant.
This commit is contained in:
Francois Gouget 2004-08-31 18:50:59 +00:00 committed by Alexandre Julliard
parent 871635c650
commit f3880a29ea
2 changed files with 0 additions and 3 deletions

View File

@ -117,8 +117,6 @@ static void _dump_DSBCAPS(DWORD xmask) {
FE(DSBCAPS_CTRLPAN)
FE(DSBCAPS_CTRLVOLUME)
FE(DSBCAPS_CTRLPOSITIONNOTIFY)
FE(DSBCAPS_CTRLDEFAULT)
FE(DSBCAPS_CTRLALL)
FE(DSBCAPS_STICKYFOCUS)
FE(DSBCAPS_GLOBALFOCUS)
FE(DSBCAPS_GETCURRENTPOSITION2)

View File

@ -86,7 +86,6 @@ const char * getDSBCAPS(DWORD xmask) {
FE(DSBCAPS_CTRLPAN)
FE(DSBCAPS_CTRLVOLUME)
FE(DSBCAPS_CTRLPOSITIONNOTIFY)
FE(DSBCAPS_CTRLALL)
FE(DSBCAPS_STICKYFOCUS)
FE(DSBCAPS_GLOBALFOCUS)
FE(DSBCAPS_GETCURRENTPOSITION2)