Browse Source

cmScore.h: Removed duplicate typedef cmScCb_t.

master
kevin 11 years ago
parent
commit
c26679e567
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      app/cmScore.h

+ 0
- 2
app/cmScore.h View File

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

Loading…
Cancel
Save