]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/TransportButton.cpp
Make Zorglub less unhappy
[vlc] / modules / gui / beos / TransportButton.cpp
index 276f4bf344c098f3f2e0e4d326cbe5eaae504fc0..9fdc24d28b21a77dd8b3090bf8fef968470a85e2 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * TransportButton.cpp
  *****************************************************************************
- * Copyright (C) 2001 VideoLAN
- * $Id: TransportButton.cpp,v 1.2 2002/09/30 18:30:27 titer Exp $
+ * Copyright (C) 2001 the VideoLAN team
+ * $Id$
  *
  * Authors: Tony Castley <tcastley@mail.powerup.com.au>
  *          Stephan Aßmus <stippi@yellowbites.com>
@@ -11,7 +11,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
@@ -308,7 +308,7 @@ TransportButton::MakeBitmap(uint32 mask)
        uint8* src = (uint8*)BitsForMask(mask);
 
        if (src && result && result->IsValid()) {
-               int32 width = r.IntegerWidth() + 1;
+               // int32 width = r.IntegerWidth() + 1;
                int32 height = r.IntegerHeight() + 1;
                int32 bpr = result->BytesPerRow();
                uint8* dst = (uint8*)result->Bits();