diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-09-02 19:04:50 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-09-02 19:04:50 +0300 |
| commit | 0c0afc669272c9c3199e5f326faad8cd4ccef06e (patch) | |
| tree | 033ffa72d2cd15c9558560629cd772ce061ce90e /hid-tmt300rs.c | |
| parent | 0e47624ebbed48e922fe27170364aebf79217e7b (diff) | |
| download | hid-tmff2-0c0afc669272c9c3199e5f326faad8cd4ccef06e.tar.gz hid-tmff2-0c0afc669272c9c3199e5f326faad8cd4ccef06e.zip | |
fix unused variable warning
Diffstat (limited to 'hid-tmt300rs.c')
| -rw-r--r-- | hid-tmt300rs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hid-tmt300rs.c b/hid-tmt300rs.c index 31dbfd4..1b55b91 100644 --- a/hid-tmt300rs.c +++ b/hid-tmt300rs.c @@ -524,7 +524,6 @@ static int t300rs_update_duration(struct t300rs_device_entry *t300rs, struct tmff2_effect_state *state) { struct ff_effect effect = state->effect; - struct ff_effect old = state->old; struct t300rs_packet_mod_duration { struct t300rs_packet_header header; uint16_t marker; |
