diff src/xs_sidplay2.cc @ 101:4614f58ab169 dev-0_8_0b6

Paskaa
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 11 Jan 2004 01:25:01 +0000
parents 63cf9b2ddadf
children fe83646e6baa
line wrap: on
line diff
--- a/src/xs_sidplay2.cc	Sun Jan 11 00:40:02 2004 +0000
+++ b/src/xs_sidplay2.cc	Sun Jan 11 01:25:01 2004 +0000
@@ -210,9 +210,7 @@
 
  /* Try to get the tune */
  if (!pcFilename) return FALSE;
-XSDEBUG("paski #1\n");
  if (!myPlayer->currTune->load(pcFilename)) return FALSE;
-XSDEBUG("paski #2\n");
 
  /* Get current configuration */
  myPlayer->currConfig = myPlayer->currEng->config();
@@ -292,7 +290,6 @@
 #endif
 #endif
 
-XSDEBUG("paski #3\n");
 
  /* Now set the emulator configuration */
  if (myPlayer->currEng->config(myPlayer->currConfig) < 0)
@@ -301,8 +298,6 @@
 	return FALSE;
 	}
 
-XSDEBUG("paski #4\n");
-
  return TRUE;
 }