diff src/xs_sidplay2.cpp @ 838:ae1f6418d093

libSIDPlay2-FP backend interface is now in a separate module. Configuration related things still pending.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Nov 2012 21:24:38 +0200
parents a7ee5dc23e78
children 5b93bd8c7814
line wrap: on
line diff
--- a/src/xs_sidplay2.cpp	Thu Nov 08 20:58:45 2012 +0200
+++ b/src/xs_sidplay2.cpp	Thu Nov 08 21:24:38 2012 +0200
@@ -1,7 +1,7 @@
 /*
    XMMS-SID - SIDPlay input plugin for X MultiMedia System (XMMS)
 
-   libSIDPlay v2 support
+   libSIDPlay2 support
 
    Programmed and designed by Matti 'ccr' Hamalainen <ccr@tnsp.org>
    (C) Copyright 1999-2012 Tecnic Software productions (TNSP)
@@ -418,7 +418,8 @@
  */
 void xs_sidplay2_delete(XSEngineState * state)
 {
-    XSSIDPlay2 *engine = (XSSIDPlay2 *) state->internal;
+    (void) state;
+//    XSSIDPlay2 *engine = (XSSIDPlay2 *) state->internal;
 }