all changes
[vg.git] / vg_platform.h
index 6707af7cab28a4862211f569b0c0660c5e84cc93..319f7a9abd1892e2fb4b8d03860484aa4c5725a0 100644 (file)
@@ -48,10 +48,6 @@ VG_STATIC void vg_strncpy( const char *src, char *dst, u32 len )
    }
 }
 
-#define VG_REQUIRED_ASSET( TYPE, DECL, FN, PATH, ... )                         \
-   TYPE DECL = FN( PATH,##__VA_ARGS__ );                                       \
-   vg_required( DECL, "Resource is required but failed to load: '" PATH "'" );
-
 #include <stdio.h>
 #include <dirent.h>
 #include <string.h>