]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/DrawingTidbits.cpp
* vlc_threads.h: lower a priority that made sound choppy on not-so-fast
[vlc] / modules / gui / beos / DrawingTidbits.cpp
index 8f0bd468a4a5aa4388c31ed47581ed87b22f558e..6103650cbcd3a599f93c1bc434c50a3cc4875688 100644 (file)
@@ -2,7 +2,7 @@
  * DrawingTidbits.cpp
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: DrawingTidbits.cpp,v 1.2 2002/09/30 18:30:27 titer Exp $
+ * $Id: DrawingTidbits.cpp,v 1.3 2003/01/24 06:31:56 titer Exp $
  *
  * Authors: Tony Castley <tcastley@mail.powerup.com.au>
  *          Stephan Aßmus <stippi@yellowbites.com>
@@ -340,7 +340,6 @@ convert_bitmap( BBitmap* inBitmap, BBitmap* outBitmap )
                                        status = B_OK;
                                        break;
                                default:
-//printf("unkown colorspace: %ld\n", inBitmap->ColorSpace());
                                        status = B_MISMATCHED_VALUES;
                                        break;
                        }