diff 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
line wrap: on
line diff
--- a/src/xs_sidplayfp.cpp	Tue Nov 20 22:34:33 2012 +0200
+++ b/src/xs_sidplayfp.cpp	Tue Nov 20 22:34:47 2012 +0200
@@ -154,8 +154,6 @@
  */
 void xs_sidplayfp_close(XSEngineState * state)
 {
-    XSSIDPlayFP *engine = (XSSIDPlayFP *) state->internal;
-
     XSDEBUG("SIDPlayFP backend shutdown.\n");
 
     xs_sidplayfp_delete(state);