cmScore.h: Removed duplicate typedef cmScCb_t.

This commit is contained in:
kevin 2013-05-01 14:56:58 -07:00
parent fada2cfcdb
commit c26679e567

View File

@ -121,8 +121,6 @@ extern "C" {
typedef cmRC_t cmScRC_t;
typedef cmHandle_t cmScH_t;
typedef void (*cmScCb_t)( void* arg, const void* data, unsigned byteCnt );
extern cmScH_t cmScNullHandle;