comparison src/xs_sidplayfp.cpp @ 959:32435407eb9c

Remove useless variable and silence a warning.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 20 Nov 2012 22:34:47 +0200
parents 0e60e5d56fdd
children be2a8436461a
comparison
equal deleted inserted replaced
958:828dce1195e6 959:32435407eb9c
152 152
153 /* Close SIDPlayFP engine 153 /* Close SIDPlayFP engine
154 */ 154 */
155 void xs_sidplayfp_close(XSEngineState * state) 155 void xs_sidplayfp_close(XSEngineState * state)
156 { 156 {
157 XSSIDPlayFP *engine = (XSSIDPlayFP *) state->internal;
158
159 XSDEBUG("SIDPlayFP backend shutdown.\n"); 157 XSDEBUG("SIDPlayFP backend shutdown.\n");
160 158
161 xs_sidplayfp_delete(state); 159 xs_sidplayfp_delete(state);
162 } 160 }
163 161