misc.c is no longer used.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11752 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-03-15 05:07:53 +00:00
parent 9191c9ddc8
commit a45de3956f
2 changed files with 0 additions and 20 deletions

View File

@ -6,7 +6,6 @@ KernelMergeObject boot_platform_openfirmware.o :
<$(SOURCE_GRIST)>start.c
<$(SOURCE_GRIST)>openfirmware.c
<$(SOURCE_GRIST)>debug.c
<$(SOURCE_GRIST)>misc.c
<$(SOURCE_GRIST)>mmu.cpp
<$(SOURCE_GRIST)>Handle.cpp
<$(SOURCE_GRIST)>devices.cpp

View File

@ -1,19 +0,0 @@
/*
** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the OpenBeOS License.
*/
#include <boot/platform.h>
#include <boot/stdio.h>
#include "openfirmware.h"
bool
platform_user_menu_requested(void)
{
// ToDo: implement this for real - trigger on space?
return false;
}