backpack glider
[carveJwlIkooP6JGAAIwe30JlM.git] / player.h
index 3ae9df1bd625e01d69fd33089364bc4e788688e6..97c8292353555b6757de1b1e3c79e5ad975a28e4 100644 (file)
--- a/player.h
+++ b/player.h
@@ -48,7 +48,6 @@ struct player_subsystem_interface{
    void(*effects)( void *animator, m4x3f *final_mtx, struct player_board *board,
                    struct player_effects_data *effect_data );
    void(*post_animate)(void);
-   void(*render)( camera *cam, world_instance *world, player_pose *pose );
 
    void(*network_animator_exchange)( bitpack_ctx *ctx, void *data );
    void(*sfx_oneshot)( u8 id, v3f pos, f32 volume );