Changeset 2121

Show
Ignore:
Timestamp:
06/16/09 16:09:09 (15 months ago)
Author:
drobilla
Message:

Remove lv2_dyn_manifest.h from slv2 source tree.

Location:
trunk/slv2/src
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/slv2/src/plugin.c

    r2110 r2121  
    223223 
    224224#ifdef SLV2_DYN_MANIFEST 
     225        typedef void* LV2_Dyn_Manifest_Handle; 
    225226        // Load and parse dynamic manifest data, if this is a library 
    226227        if (p->dynman_uri) { 
  • trunk/slv2/src/world.c

    r2110 r2121  
    208208 
    209209#ifdef SLV2_DYN_MANIFEST 
     210        typedef void* LV2_Dyn_Manifest_Handle; 
    210211        LV2_Dyn_Manifest_Handle handle = NULL; 
    211212