X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrlugburz;a=blobdiff_plain;f=src%2Fscenefile.h;fp=src%2Fscenefile.h;h=745b020e5494cc86e1afa98f679e9bff62e37189;hp=ab59b6abcf0aafb8eb3f3dbad04528457d59d666;hb=6a120e64b1c3092d8929292882641d376ad0993b;hpb=9089b4a32162a85cb3d244c915f31cc5adc3c389 diff --git a/src/scenefile.h b/src/scenefile.h index ab59b6a..745b020 100644 --- a/src/scenefile.h +++ b/src/scenefile.h @@ -16,6 +16,4 @@ struct scenefile { int load_scenefile(struct scenefile *scn, const char *fname); void destroy_scenefile(struct scenefile *scn); -struct mesh *find_mesh_prefix(struct scenefile *scn, const char *prefix); - #endif /* SCENEFILE_H_ */