gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/backend sound_handler_sdl.cpp


From: Martin Guy
Subject: [Gnash-commit] gnash/backend sound_handler_sdl.cpp
Date: Fri, 18 May 2007 15:30:44 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Martin Guy <martinwguy> 07/05/18 15:30:42

Modified files:
        backend        : sound_handler_sdl.cpp 

Log message:
        Remove commented-out stuff

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/sound_handler_sdl.cpp?cvsroot=gnash&r1=1.60&r2=1.61

Patches:
Index: sound_handler_sdl.cpp
===================================================================
RCS file: /sources/gnash/gnash/backend/sound_handler_sdl.cpp,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- sound_handler_sdl.cpp       18 May 2007 15:28:01 -0000      1.60
+++ sound_handler_sdl.cpp       18 May 2007 15:30:41 -0000      1.61
@@ -18,7 +18,7 @@
 // Based on sound_handler_sdl.cpp by Thatcher Ulrich http://tulrich.com 2003
 // which has been donated to the Public Domain.
 
-// $Id: sound_handler_sdl.cpp,v 1.60 2007/05/18 15:28:01 martinwguy Exp $
+// $Id: sound_handler_sdl.cpp,v 1.61 2007/05/18 15:30:41 martinwguy Exp $
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -175,8 +175,6 @@
                        gnash::log_error(_("Some kind of error with resampling 
sound data"));
                        return -1;
                }
-               // adjusted_data = static_cast<int16_t*>(data);
-               // adjusted_size = data_bytes;
 
                // Reallocate the required memory.
                Uint8* tmp_data = new Uint8[adjusted_size + 
sounddata->data_size];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]