Skip to content

Commit

Permalink
Some CREATESOUNDEXINFO members got repeated
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrylu committed Apr 12, 2021
1 parent 98fb955 commit 5b6c745
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyfmodex/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,6 @@ class CODEC_DESCRIPTION(Structure):
("minmidigranularity", c_uint),
("nonblockthreadid", c_int),
("fsbguid", POINTER(GUID)),
("fileuseropen", FILE_OPEN_CALLBACK),
("fileuserclose", FILE_CLOSE_CALLBACK),
("fileuserread", FILE_READ_CALLBACK),
("fileuserseek", FILE_SEEK_CALLBACK),
("fileuserasyncread", FILE_ASYNCREAD_CALLBACK),
("fileuserasynccancel", FILE_ASYNCCANCEL_CALLBACK),
]


Expand Down

0 comments on commit 5b6c745

Please sign in to comment.