}
+#if 0
/* called by buttons to find a bone to display/edit values for */
bPoseChannel *get_active_posechannel (Object *ob)
{
return NULL;
}
+#endif
/* if a selected or active bone is protected, throw error (oonly if warn==1) and return 1 */
/* only_selected==1 : the active bone is allowed to be protected */
/* mesh */
void free_realtime_image() {}
void NewBooleanDerivedMesh() {}
-void harmonic_coordinates_bind() {}
/* particle */
void PE_recalc_world_cos() {}
/* audio */
void audiostream_play() {}
void audiostream_fill() {}
-
-struct RenderData;
-void start_avi_codec(struct RenderData *rd,int rectx, int recty ){}
-void append_avi_codec(int frame,int *pixels,int rectx, int recty){};
-void end_avi_codec(void){};