Skip to content

Commit

Permalink
headers: don't declare World_Cleanup multiple times
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Blechmann <tim@klingt.org>
  • Loading branch information
timblechmann committed Feb 8, 2013
1 parent 997a85d commit c740bfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/scsynth/SC_Prototypes.h
Expand Up @@ -43,7 +43,6 @@ void World_Start(World *inWorld);
void World_SetSampleRate(struct World *inWorld, double inSampleRate);

extern "C" {
void World_Cleanup(World *inWorld);
void* World_Alloc(struct World *inWorld, size_t inByteSize);
void* World_Realloc(struct World *inWorld, void *inPtr, size_t inByteSize);
void World_Free(struct World *inWorld, void *inPtr);
Expand Down

0 comments on commit c740bfd

Please sign in to comment.