From 3160994355246ab1b013ab213b8fd991d14485bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 19 Nov 2009 09:51:10 +0000 Subject: [PATCH] Removed left-over spotted by korli, thanks! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34125 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/MainApp.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/apps/mediaplayer/MainApp.cpp b/src/apps/mediaplayer/MainApp.cpp index 14fa4b77c6..f83a21dcd4 100644 --- a/src/apps/mediaplayer/MainApp.cpp +++ b/src/apps/mediaplayer/MainApp.cpp @@ -142,7 +142,6 @@ MainApp::PlayerCount() const void MainApp::ReadyToRun() { -printf("MainApp::ReadyToRun()\n"); // make sure we have at least one window open if (fPlayerCount == 0) { MainWin* window = NewWindow(); @@ -174,8 +173,6 @@ MainApp::RefsReceived(BMessage* message) // ArgvReceived() but without MIME type check. // For each file we create a new window and send it a // B_REFS_RECEIVED message with a single file. - printf("MainApp::RefsReceived\n"); - BWindow* window = NewWindow(); if (window != NULL) { window->Show();