Commit 2fb0658 1 parent 8c2986e commit 2fb0658 Copy full SHA for 2fb0658
File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,6 @@ int figure_dancer::provide_service() {
82
82
return houses_serviced;
83
83
}
84
84
85
- const animations_t &figure_dancer::anim () const {
86
- return dancer_m.anim ;
87
- }
88
-
89
85
figure_sound_t figure_dancer::get_sound_reaction (xstring key) const {
90
86
return dancer_m.sounds [key];
91
87
}
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ class figure_dancer : public figure_entertainer {
15
15
virtual sound_key phrase_key () const override ;
16
16
virtual bool play_die_sound () override ;
17
17
virtual int provide_service () override ;
18
- virtual const animations_t &anim () const override ;
19
18
virtual e_overlay get_overlay () const override { return OVERLAY_PAVILION; }
20
19
virtual figure_sound_t get_sound_reaction (xstring key) const override ;
21
20
};
You can’t perform that action at this time.
0 commit comments