comparison src/xs_player.h @ 791:0995fa233462

Remove useless state variable.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 06 Nov 2012 16:34:06 +0200
parents 8f0d11865742
children 4c5b695fd85e
comparison
equal deleted inserted replaced
790:40eb0327c427 791:0995fa233462
31 AFormat audioFormat; 31 AFormat audioFormat;
32 32
33 void *internal; /* SID-emulation internal engine data */ 33 void *internal; /* SID-emulation internal engine data */
34 XSEngine *engine; /* Selected player engine */ 34 XSEngine *engine; /* Selected player engine */
35 gboolean isError, 35 gboolean isError,
36 isPlaying, 36 isPlaying;
37 isInitialized;
38 gint currSong, /* Current sub-tune */ 37 gint currSong, /* Current sub-tune */
39 lastTime; 38 lastTime;
40 39
41 XSTuneInfo *tuneInfo; 40 XSTuneInfo *tuneInfo;
42 } XSEngineState; 41 } XSEngineState;