Removed left-over spotted by korli, thanks!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34125 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-11-19 09:51:10 +00:00
parent 964a28d1ec
commit 3160994355

View File

@ -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();