X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player.h;h=b2e910651204212a6035f0661e81bb3084ba7866;hb=a109f126d8adab622e38fbcc2d4281e75255246a;hp=ad152270328d8f2d633885ee105bd95a098565ea;hpb=f965094faed4f1828c7a6a6b3ca856bd5f1e5248;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player.h b/player.h index ad15227..b2e9106 100644 --- a/player.h +++ b/player.h @@ -211,7 +211,6 @@ struct player_subsystem_interface static *player_subsystems[] = { static void player__debugtext( int size, const char *fmt, ... ); static void player__use_mesh( glmesh *mesh ); -static void player__use_texture( vg_tex2d *tex ); static void player__use_model( u16 reg_id ); static void player__bind(void);