]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/MediaControlView.cpp
vout_intf.c: write snapshots on Desktop on BeOS
[vlc] / modules / gui / beos / MediaControlView.cpp
index dc6cb0af45f12b5cb23f8667569713e2cb02fa7f..811e0e7616b6099aa41244e0b26ba409b93b7f95 100644 (file)
@@ -208,7 +208,6 @@ MediaControlView::AttachedToWindow()
                r.bottom += height;
                // see that our calculated minimal width is not smaller than what
                // the menubar can be
-printf("preferred: width: %f, height: %f - width: %f\n", width, height, r.Width());
                width -= r.Width();
                if (width > 0.0)
                        r.right += width;