Skip to content

Commit 2fb0658

Browse files
committed
figures: removed anim() function from dancer
1 parent 8c2986e commit 2fb0658

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/figuretype/figure_dancer.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ int figure_dancer::provide_service() {
8282
return houses_serviced;
8383
}
8484

85-
const animations_t &figure_dancer::anim() const {
86-
return dancer_m.anim;
87-
}
88-
8985
figure_sound_t figure_dancer::get_sound_reaction(xstring key) const {
9086
return dancer_m.sounds[key];
9187
}

src/figuretype/figure_dancer.h

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class figure_dancer : public figure_entertainer {
1515
virtual sound_key phrase_key() const override;
1616
virtual bool play_die_sound() override;
1717
virtual int provide_service() override;
18-
virtual const animations_t &anim() const override;
1918
virtual e_overlay get_overlay() const override { return OVERLAY_PAVILION; }
2019
virtual figure_sound_t get_sound_reaction(xstring key) const override;
2120
};

0 commit comments

Comments
 (0)