diff src/xs_sidplay1.cc @ 791:0995fa233462

Remove useless state variable.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Nov 2012 16:34:06 +0200
parents 5eee092d1b13
children b158abe91a75
line wrap: on
line diff
--- a/src/xs_sidplay1.cc	Tue Nov 06 15:11:38 2012 +0200
+++ b/src/xs_sidplay1.cc	Tue Nov 06 16:34:06 2012 +0200
@@ -289,8 +289,6 @@
         return FALSE;
     }
 
-    state->isInitialized = TRUE;
-
     return sidEmuInitializeSong(*engine->emu, *engine->tune, state->currSong);
 }
 
@@ -317,7 +315,6 @@
 {
     XSSIDPlay1 *engine;
     assert(state);
-    state->isInitialized = FALSE;
 
     engine = (XSSIDPlay1 *) state->internal;
     if (!engine) return FALSE;